#374861

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

Shades of Cello #374861

Tints of Cello #374861

Color information

#374861 (or 0x374861) is unknown color: approx Cello. HEX triplet: 37, 48 and 61. RGB value is (55,72,97). Sum of RGB (Red+Green+Blue) = 55+72+97=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #374861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374861 is #C8B79E. Grayscale: #454545. Windows color (decimal): -13154207 or 6375479. OLE color: 6375479.

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

Color convert

RGB557297-
CMYK0.430.2600.62
HSL215.71º27.63%29.8%-
HSV(B)215.71º43.3%38.04%-
XYZ6.056.3112.21-
YUV69.77143.37117.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.55%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=24.55%
G=32.14%
B=43.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5572970.430.2600.62215.7127.6329.8
Hex3748612B1A03Ed81c1e
Octal6711014153320763303436
Binary11011110010001100001101011110100111110110110001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374861; }

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

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

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

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

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

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

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

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