#375062

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

Shades of Cello #375062

Tints of Cello #375062

Color information

#375062 (or 0x375062) is unknown color: approx Cello. HEX triplet: 37, 50 and 62. RGB value is (55,80,98). Sum of RGB (Red+Green+Blue) = 55+80+98=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #375062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375062 is #C8AF9D. Grayscale: #4A4A4A. Windows color (decimal): -13152158 or 6443063. OLE color: 6443063.

HSL color Cylindrical-coordinate representation of color #375062: hue angle of 205.12º 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 #375062 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB558098-
CMYK0.440.1800.62
HSL205.12º28.1%30%-
HSV(B)205.12º43.88%38.43%-
XYZ6.657.4312.64-
YUV74.58141.22114.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=23.61%
G=34.33%
B=42.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5580980.440.1800.62205.1228.130
Hex3750622C1203Ecd1c1e
Octal6712014254220763153436
Binary11011110100001100010101100100100111110110011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375062; }

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

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

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

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

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

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

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

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