#374E5B

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

Shades of Cello #374E5B

Tints of Cello #374E5B

Color information

#374E5B (or 0x374E5B) is unknown color: approx Cello. HEX triplet: 37, 4E and 5B. RGB value is (55,78,91). Sum of RGB (Red+Green+Blue) = 55+78+91=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #374E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E5B is #C8B1A4. Grayscale: #484848. Windows color (decimal): -13152677 or 5983799. OLE color: 5983799.

HSL color Cylindrical-coordinate representation of color #374E5B: hue angle of 201.67º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #374E5B is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB557891-
CMYK0.400.1400.64
HSL201.67º24.66%28.63%-
HSV(B)201.67º39.56%35.69%-
XYZ6.197.0210.93-
YUV72.6138.38115.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.55%
GREEN value IS 78 (30.86% from 255) = 34.82%
BLUE value IS 91 (35.94% from 255) = 40.62%
R=24.55%
G=34.82%
B=40.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5578910.400.1400.64201.6724.6628.63
Hex374E5B28E040ca191d
Octal67116133501601003123135
Binary11011110011101011011101000111001000000110010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374E5B; }

 p { color: rgb(55,78,91); }

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

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

 a { background-color: rgb(55,78,91); }

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

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

 span { border-color: rgb(55,78,91); }

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