Html Css Color HEX #375A91 St Tropaz

📋 copy color: '#375A91'

red 55 ◦ green 90 ◦ blue 145

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

Shades of St Tropaz #375A91

Tints of St Tropaz #375A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.03%

 BLUE value IS 145 (57.03% from 255) = 50%

R = 18.97%
G = 31.03%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#375A91 (or 0x375A91) is known color: St Tropaz. HEX triplet: 37, 5A and 91. RGB value is (55,90,145). Sum of RGB (Red+Green+Blue) = 55+90+145=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #375A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A91 is #C8A56E. Grayscale: #555555. Windows color (decimal): -13149551 or 9525815. OLE color: 9525815.

HSL color Cylindrical-coordinate representation of color #375A91: hue angle of 216.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #375A91 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 90 145 -
CMYK 0.62 0.38 0 0.43
HSL 216.67º 0.45% 0.39% -
HSV(B) 216.67º 0.62% 0.57% -
XYZ 10.34 10.17 28.21 -
YUV 85.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 55 90 145 0.62 0.38 0 0.43 216.67 0.45 0.39
Hex 37 5A 91 3E 26 0 2B D9 2D 27
Octal 67 132 221 76 46 0 53 331 55 47
Binary 110111 1011010 10010001 111110 100110 0 101011 11011001 101101 100111

Color Harmonies of #375A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A91

Black with #375A91

Text Example


Text Example

White with #375A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,90,145); }

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

background-color css

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

 a { background-color: rgb(55,90,145); }

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

border-color css

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

 span { border-color: rgb(55,90,145); }

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