#375264

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

Shades of Cello #375264

Tints of Cello #375264

Color information

#375264 (or 0x375264) is unknown color: approx Cello. HEX triplet: 37, 52 and 64. RGB value is (55,82,100). Sum of RGB (Red+Green+Blue) = 55+82+100=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 100 - color contains mainly: blue. Hex color #375264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375264 is #C8AD9B. Grayscale: #4B4B4B. Windows color (decimal): -13151644 or 6574647. OLE color: 6574647.

HSL color Cylindrical-coordinate representation of color #375264: hue angle of 204º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #375264 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5582100-
CMYK0.450.1800.61
HSL204º29.03%30.39%-
HSV(B)204º45%39.22%-
XYZ6.897.7713.19-
YUV75.98141.55113.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=23.21%
G=34.60%
B=42.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal55821000.450.1800.6120429.0330.39
Hex3752642D1203Dcc1d1e
Octal6712214455220753143536
Binary11011110100101100100101101100100111101110011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375264; }

 p { color: rgb(55,82,100); }

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

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

 a { background-color: rgb(55,82,100); }

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

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

 span { border-color: rgb(55,82,100); }

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