Html Css Color HEX #375C8B St Tropaz

📋 copy color: '#375C8B'

red 55 ◦ green 92 ◦ blue 139

#375C8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of St Tropaz #375C8B

Tints of St Tropaz #375C8B

RGB

 RED value IS 55 (21.88% from 255) = 19.23%

 GREEN value IS 92 (36.33% from 255) = 32.17%

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 19.23%
G = 32.17%
B = 48.6%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#375C8B (or 0x375C8B) is known color: St Tropaz. HEX triplet: 37, 5C and 8B. RGB value is (55,92,139). Sum of RGB (Red+Green+Blue) = 55+92+139=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #375C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375C8B is #C8A374. Grayscale: #565656. Windows color (decimal): -13149045 or 9133111. OLE color: 9133111.

HSL color Cylindrical-coordinate representation of color #375C8B: hue angle of 213.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375C8B is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 92 139 -
CMYK 0.60 0.34 0 0.45
HSL 213.57º 0.43% 0.38% -
HSV(B) 213.57º 0.6% 0.55% -
XYZ 10.06 10.33 25.89 -
YUV 86.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 55 92 139 0.60 0.34 0 0.45 213.57 0.43 0.38
Hex 37 5C 8B 3C 22 0 2D D6 2B 26
Octal 67 134 213 74 42 0 55 326 53 46
Binary 110111 1011100 10001011 111100 100010 0 101101 11010110 101011 100110

Color Harmonies of #375C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C8B

Black with #375C8B

Text Example


Text Example

White with #375C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375C8B; }

 p { color: rgb(55,92,139); }

 H1.HeaderClassName
 {
   color: #375C8B;
 }
 .AnyTagClassName
 {
   color: #375C8B;
 }
</style>

background-color css

<style>
 a { background-color: #375C8B; }

 a { background-color: rgb(55,92,139); }

 div.DivClassName
 {
   background-color: #375C8B;
 }
 .BgClassName
 {
   background-color: #375C8B;
 }
</style>

border-color css

<style>
 span { border-color: #375C8B; }

 span { border-color: rgb(55,92,139); }

 td.TdClassName
 {
   border-color: #375C8B;
 }
 .TagClassName
 {
   border-color: #375C8B;
 }
</style>