Html Css Color HEX #375D89 St Tropaz

📋 copy color: '#375D89'

red 55 ◦ green 93 ◦ blue 137

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

Shades of St Tropaz #375D89

Tints of St Tropaz #375D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.63%

 BLUE value IS 137 (53.91% from 255) = 48.07%

R = 19.3%
G = 32.63%
B = 48.07%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#375D89 (or 0x375D89) is known color: St Tropaz. HEX triplet: 37, 5D and 89. RGB value is (55,93,137). Sum of RGB (Red+Green+Blue) = 55+93+137=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #375D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375D89 is #C8A276. Grayscale: #565656. Windows color (decimal): -13148791 or 9002295. OLE color: 9002295.

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

Color convert

RGB 55 93 137 -
CMYK 0.60 0.32 0 0.46
HSL 212.2º 0.43% 0.38% -
HSV(B) 212.2º 0.6% 0.54% -
XYZ 10.01 10.45 25.16 -
YUV 86.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 55 93 137 0.60 0.32 0 0.46 212.2 0.43 0.38
Hex 37 5D 89 3C 20 0 2E D4 2B 26
Octal 67 135 211 74 40 0 56 324 53 46
Binary 110111 1011101 10001001 111100 100000 0 101110 11010100 101011 100110

Color Harmonies of #375D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D89

Black with #375D89

Text Example


Text Example

White with #375D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,93,137); }

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

background-color css

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

 a { background-color: rgb(55,93,137); }

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

border-color css

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

 span { border-color: rgb(55,93,137); }

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