#375162

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

Shades of Cello #375162

Tints of Cello #375162

Color information

#375162 (or 0x375162) is unknown color: approx Cello. HEX triplet: 37, 51 and 62. RGB value is (55,81,98). Sum of RGB (Red+Green+Blue) = 55+81+98=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #375162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375162 is #C8AE9D. Grayscale: #4B4B4B. Windows color (decimal): -13151902 or 6443319. OLE color: 6443319.

HSL color Cylindrical-coordinate representation of color #375162: hue angle of 203.72º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375162 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB558198-
CMYK0.440.1700.62
HSL203.72º28.1%30%-
HSV(B)203.72º43.88%38.43%-
XYZ6.727.5812.66-
YUV75.16140.89113.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=23.50%
G=34.62%
B=41.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5581980.440.1700.62203.7228.130
Hex3751622C1103Ecc1c1e
Octal6712114254210763143436
Binary11011110100011100010101100100010111110110011001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375162; }

 p { color: rgb(55,81,98); }

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

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

 a { background-color: rgb(55,81,98); }

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

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

 span { border-color: rgb(55,81,98); }

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