Html Css Color HEX #375688 St Tropaz

📋 copy color: '#375688'

red 55 ◦ green 86 ◦ blue 136

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

Shades of St Tropaz #375688

Tints of St Tropaz #375688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.05%

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

R = 19.86%
G = 31.05%
B = 49.1%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#375688 (or 0x375688) is known color: St Tropaz. HEX triplet: 37, 56 and 88. RGB value is (55,86,136). Sum of RGB (Red+Green+Blue) = 55+86+136=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #375688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375688 is #C8A977. Grayscale: #525252. Windows color (decimal): -13150584 or 8934967. OLE color: 8934967.

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

Color convert

RGB 55 86 136 -
CMYK 0.60 0.37 0 0.47
HSL 217.04º 0.42% 0.37% -
HSV(B) 217.04º 0.6% 0.53% -
XYZ 9.35 9.25 24.58 -
YUV 82.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 55 86 136 0.60 0.37 0 0.47 217.04 0.42 0.37
Hex 37 56 88 3C 25 0 2F D9 2A 25
Octal 67 126 210 74 45 0 57 331 52 45
Binary 110111 1010110 10001000 111100 100101 0 101111 11011001 101010 100101

Color Harmonies of #375688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375688

Black with #375688

Text Example


Text Example

White with #375688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375688; }

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

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

background-color css

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

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

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

border-color css

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

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

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