Html Css Color HEX #375981 St Tropaz

📋 copy color: '#375981'

red 55 ◦ green 89 ◦ blue 129

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

Shades of St Tropaz #375981

Tints of St Tropaz #375981

RGB

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

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

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

R = 20.15%
G = 32.6%
B = 47.25%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#375981 (or 0x375981) is known color: St Tropaz. HEX triplet: 37, 59 and 81. RGB value is (55,89,129). Sum of RGB (Red+Green+Blue) = 55+89+129=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #375981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375981 is #C8A67E. Grayscale: #535353. Windows color (decimal): -13149823 or 8476983. OLE color: 8476983.

HSL color Cylindrical-coordinate representation of color #375981: hue angle of 212.43º 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 #375981 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 89 129 -
CMYK 0.57 0.31 0 0.49
HSL 212.43º 0.4% 0.36% -
HSV(B) 212.43º 0.57% 0.51% -
XYZ 9.11 9.54 22.13 -
YUV 83.39 153.74 107.75 -
System Red Green Blue C M Y K H S L
Decimal 55 89 129 0.57 0.31 0 0.49 212.43 0.4 0.36
Hex 37 59 81 39 1F 0 31 D4 28 24
Octal 67 131 201 71 37 0 61 324 50 44
Binary 110111 1011001 10000001 111001 11111 0 110001 11010100 101000 100100

Color Harmonies of #375981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375981

Black with #375981

Text Example


Text Example

White with #375981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375981; }

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

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

background-color css

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

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

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

border-color css

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

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

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