Html Css Color HEX #375988 St Tropaz

📋 copy color: '#375988'

red 55 ◦ green 89 ◦ blue 136

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

Shades of St Tropaz #375988

Tints of St Tropaz #375988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.79%

 BLUE value IS 136 (53.52% from 255) = 48.57%

R = 19.64%
G = 31.79%
B = 48.57%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#375988 (or 0x375988) is known color: St Tropaz. HEX triplet: 37, 59 and 88. RGB value is (55,89,136). Sum of RGB (Red+Green+Blue) = 55+89+136=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #375988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375988 is #C8A677. Grayscale: #535353. Windows color (decimal): -13149816 or 8935735. OLE color: 8935735.

HSL color Cylindrical-coordinate representation of color #375988: hue angle of 214.81º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375988 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 89 136 -
CMYK 0.60 0.35 0 0.47
HSL 214.81º 0.42% 0.37% -
HSV(B) 214.81º 0.6% 0.53% -
XYZ 9.59 9.73 24.67 -
YUV 84.19 157.24 107.18 -
System Red Green Blue C M Y K H S L
Decimal 55 89 136 0.60 0.35 0 0.47 214.81 0.42 0.37
Hex 37 59 88 3C 23 0 2F D7 2A 25
Octal 67 131 210 74 43 0 57 327 52 45
Binary 110111 1011001 10001000 111100 100011 0 101111 11010111 101010 100101

Color Harmonies of #375988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375988

Black with #375988

Text Example


Text Example

White with #375988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375988; }

 p { color: rgb(55,89,136); }

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

background-color css

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

 a { background-color: rgb(55,89,136); }

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

border-color css

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

 span { border-color: rgb(55,89,136); }

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