Html Css Color HEX #375481 St Tropaz

📋 copy color: '#375481'

red 55 ◦ green 84 ◦ blue 129

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

Shades of St Tropaz #375481

Tints of St Tropaz #375481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 20.52%
G = 31.34%
B = 48.13%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#375481 (or 0x375481) is known color: St Tropaz. HEX triplet: 37, 54 and 81. RGB value is (55,84,129). Sum of RGB (Red+Green+Blue) = 55+84+129=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #375481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375481 is #C8AB7E. Grayscale: #505050. Windows color (decimal): -13151103 or 8475703. OLE color: 8475703.

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

Color convert

RGB 55 84 129 -
CMYK 0.57 0.35 0 0.49
HSL 216.49º 0.4% 0.36% -
HSV(B) 216.49º 0.57% 0.51% -
XYZ 8.71 8.74 22 -
YUV 80.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 55 84 129 0.57 0.35 0 0.49 216.49 0.4 0.36
Hex 37 54 81 39 23 0 31 D8 28 24
Octal 67 124 201 71 43 0 61 330 50 44
Binary 110111 1010100 10000001 111001 100011 0 110001 11011000 101000 100100

Color Harmonies of #375481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375481

Black with #375481

Text Example


Text Example

White with #375481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375481; }

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

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

background-color css

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

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

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

border-color css

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

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

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