Html Css Color HEX #375881 St Tropaz

📋 copy color: '#375881'

red 55 ◦ green 88 ◦ blue 129

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

Shades of St Tropaz #375881

Tints of St Tropaz #375881

RGB

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

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

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

R = 20.22%
G = 32.35%
B = 47.43%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#375881 (or 0x375881) is known color: St Tropaz. HEX triplet: 37, 58 and 81. RGB value is (55,88,129). Sum of RGB (Red+Green+Blue) = 55+88+129=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #375881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375881 is #C8A77E. Grayscale: #525252. Windows color (decimal): -13150079 or 8476727. OLE color: 8476727.

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

Color convert

RGB 55 88 129 -
CMYK 0.57 0.32 0 0.49
HSL 213.24º 0.4% 0.36% -
HSV(B) 213.24º 0.57% 0.51% -
XYZ 9.03 9.38 22.1 -
YUV 82.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 55 88 129 0.57 0.32 0 0.49 213.24 0.4 0.36
Hex 37 58 81 39 20 0 31 D5 28 24
Octal 67 130 201 71 40 0 61 325 50 44
Binary 110111 1011000 10000001 111001 100000 0 110001 11010101 101000 100100

Color Harmonies of #375881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375881

Black with #375881

Text Example


Text Example

White with #375881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375881; }

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

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

background-color css

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

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

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

border-color css

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

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

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