#375072

Color #375072 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #375072

Tints of St Tropaz #375072

Color information

#375072 (or 0x375072) is unknown color: approx St Tropaz. HEX triplet: 37, 50 and 72. RGB value is (55,80,114). Sum of RGB (Red+Green+Blue) = 55+80+114=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #375072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375072 is #C8AF8D. Grayscale: #4C4C4C. Windows color (decimal): -13152142 or 7491639. OLE color: 7491639.

HSL color Cylindrical-coordinate representation of color #375072: hue angle of 214.58º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #375072 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5580114-
CMYK0.520.3000.55
HSL214.58º34.91%33.14%-
HSV(B)214.58º51.75%44.71%-
XYZ7.487.7617.02-
YUV76.4149.22112.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=22.09%
G=32.13%
B=45.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55801140.520.3000.55214.5834.9133.14
Hex375072341E037d72321
Octal6712016264360673274341
Binary1101111010000111001011010011110011011111010111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375072; }

 p { color: rgb(55,80,114); }

 H1.HeaderClassName
 {
   color: #375072;
 }
 .AnyTagClassName
 {
   color: #375072;
 }
</style>
background-color css

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

 a { background-color: rgb(55,80,114); }

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

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

 span { border-color: rgb(55,80,114); }

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