Html Css Color HEX #375681 St Tropaz

📋 copy color: '#375681'

red 55 ◦ green 86 ◦ blue 129

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

Shades of St Tropaz #375681

Tints of St Tropaz #375681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.78%

R = 20.37%
G = 31.85%
B = 47.78%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#375681 (or 0x375681) is known color: St Tropaz. HEX triplet: 37, 56 and 81. RGB value is (55,86,129). Sum of RGB (Red+Green+Blue) = 55+86+129=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #375681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375681 is #C8A97E. Grayscale: #515151. Windows color (decimal): -13150591 or 8476215. OLE color: 8476215.

HSL color Cylindrical-coordinate representation of color #375681: hue angle of 214.86º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375681 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 86 129 -
CMYK 0.57 0.33 0 0.49
HSL 214.86º 0.4% 0.36% -
HSV(B) 214.86º 0.57% 0.51% -
XYZ 8.87 9.05 22.05 -
YUV 81.63 154.73 109 -
System Red Green Blue C M Y K H S L
Decimal 55 86 129 0.57 0.33 0 0.49 214.86 0.4 0.36
Hex 37 56 81 39 21 0 31 D7 28 24
Octal 67 126 201 71 41 0 61 327 50 44
Binary 110111 1010110 10000001 111001 100001 0 110001 11010111 101000 100100

Color Harmonies of #375681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375681

Black with #375681

Text Example


Text Example

White with #375681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375681; }

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

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

background-color css

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

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

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

border-color css

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

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

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