Html Css Color HEX #375482 St Tropaz

📋 copy color: '#375482'

red 55 ◦ green 84 ◦ blue 130

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

Shades of St Tropaz #375482

Tints of St Tropaz #375482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.33%

R = 20.45%
G = 31.23%
B = 48.33%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#375482 (or 0x375482) is known color: St Tropaz. HEX triplet: 37, 54 and 82. RGB value is (55,84,130). Sum of RGB (Red+Green+Blue) = 55+84+130=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #375482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375482 is #C8AB7D. Grayscale: #505050. Windows color (decimal): -13151102 or 8541239. OLE color: 8541239.

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

Color convert

RGB 55 84 130 -
CMYK 0.58 0.35 0 0.49
HSL 216.8º 0.41% 0.36% -
HSV(B) 216.8º 0.58% 0.51% -
XYZ 8.78 8.76 22.35 -
YUV 80.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 55 84 130 0.58 0.35 0 0.49 216.8 0.41 0.36
Hex 37 54 82 3A 23 0 31 D9 29 24
Octal 67 124 202 72 43 0 61 331 51 44
Binary 110111 1010100 10000010 111010 100011 0 110001 11011001 101001 100100

Color Harmonies of #375482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375482

Black with #375482

Text Example


Text Example

White with #375482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375482; }

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

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

background-color css

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

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

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

border-color css

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

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

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