Html Css Color HEX #375889 St Tropaz

📋 copy color: '#375889'

red 55 ◦ green 88 ◦ blue 137

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

Shades of St Tropaz #375889

Tints of St Tropaz #375889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.43%

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

R = 19.64%
G = 31.43%
B = 48.93%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#375889 (or 0x375889) is known color: St Tropaz. HEX triplet: 37, 58 and 89. RGB value is (55,88,137). Sum of RGB (Red+Green+Blue) = 55+88+137=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #375889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375889 is #C8A776. Grayscale: #535353. Windows color (decimal): -13150071 or 9001015. OLE color: 9001015.

HSL color Cylindrical-coordinate representation of color #375889: hue angle of 215.85º 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 #375889 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 88 137 -
CMYK 0.60 0.36 0 0.46
HSL 215.85º 0.43% 0.38% -
HSV(B) 215.85º 0.6% 0.54% -
XYZ 9.58 9.6 25.01 -
YUV 83.72 158.07 107.52 -
System Red Green Blue C M Y K H S L
Decimal 55 88 137 0.60 0.36 0 0.46 215.85 0.43 0.38
Hex 37 58 89 3C 24 0 2E D8 2B 26
Octal 67 130 211 74 44 0 56 330 53 46
Binary 110111 1011000 10001001 111100 100100 0 101110 11011000 101011 100110

Color Harmonies of #375889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375889

Black with #375889

Text Example


Text Example

White with #375889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375889; }

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

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

background-color css

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

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

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

border-color css

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

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

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