#374966

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

Shades of Cello #374966

Tints of Cello #374966

Color information

#374966 (or 0x374966) is unknown color: approx Cello. HEX triplet: 37, 49 and 66. RGB value is (55,73,102). Sum of RGB (Red+Green+Blue) = 55+73+102=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #374966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374966 is #C8B699. Grayscale: #464646. Windows color (decimal): -13153946 or 6703415. OLE color: 6703415.

HSL color Cylindrical-coordinate representation of color #374966: hue angle of 217.02º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #374966 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5573102-
CMYK0.460.2800.6
HSL217.02º29.94%30.78%-
HSV(B)217.02º46.08%40%-
XYZ6.366.5413.5-
YUV70.92145.54116.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.91%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 102 (40.23% from 255) = 44.35%
R=23.91%
G=31.74%
B=44.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55731020.460.2800.6217.0229.9430.78
Hex3749662E1C03Cd91e1f
Octal6711114656340743313637
Binary11011110010011100110101110111000111100110110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374966; }

 p { color: rgb(55,73,102); }

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

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

 a { background-color: rgb(55,73,102); }

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

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

 span { border-color: rgb(55,73,102); }

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