#374862

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

Shades of Cello #374862

Tints of Cello #374862

Color information

#374862 (or 0x374862) is unknown color: approx Cello. HEX triplet: 37, 48 and 62. RGB value is (55,72,98). Sum of RGB (Red+Green+Blue) = 55+72+98=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #374862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374862 is #C8B79D. Grayscale: #454545. Windows color (decimal): -13154206 or 6441015. OLE color: 6441015.

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

Color convert

RGB557298-
CMYK0.440.2700.62
HSL216.28º28.1%30%-
HSV(B)216.28º43.88%38.43%-
XYZ6.16.3312.46-
YUV69.88143.87117.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=24.44%
G=32%
B=43.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5572980.440.2700.62216.2828.130
Hex3748622C1B03Ed81c1e
Octal6711014254330763303436
Binary11011110010001100010101100110110111110110110001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374862; }

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

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

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

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

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

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

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

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