Html Css Color HEX #375781 St Tropaz

📋 copy color: '#375781'

red 55 ◦ green 87 ◦ blue 129

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

Shades of St Tropaz #375781

Tints of St Tropaz #375781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.1%

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

R = 20.3%
G = 32.1%
B = 47.6%

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

#375781 (or 0x375781) is known color: St Tropaz. HEX triplet: 37, 57 and 81. RGB value is (55,87,129). Sum of RGB (Red+Green+Blue) = 55+87+129=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #375781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375781 is #C8A87E. Grayscale: #525252. Windows color (decimal): -13150335 or 8476471. OLE color: 8476471.

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

Color convert

RGB 55 87 129 -
CMYK 0.57 0.33 0 0.49
HSL 214.05º 0.4% 0.36% -
HSV(B) 214.05º 0.57% 0.51% -
XYZ 8.95 9.21 22.08 -
YUV 82.22 154.4 108.58 -
System Red Green Blue C M Y K H S L
Decimal 55 87 129 0.57 0.33 0 0.49 214.05 0.4 0.36
Hex 37 57 81 39 21 0 31 D6 28 24
Octal 67 127 201 71 41 0 61 326 50 44
Binary 110111 1010111 10000001 111001 100001 0 110001 11010110 101000 100100

Color Harmonies of #375781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375781

Black with #375781

Text Example


Text Example

White with #375781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375781; }

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

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

background-color css

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

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

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

border-color css

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

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

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