#374E5C

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

Shades of Cello #374E5C

Tints of Cello #374E5C

Color information

#374E5C (or 0x374E5C) is unknown color: approx Cello. HEX triplet: 37, 4E and 5C. RGB value is (55,78,92). Sum of RGB (Red+Green+Blue) = 55+78+92=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #374E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E5C is #C8B1A3. Grayscale: #484848. Windows color (decimal): -13152676 or 6049335. OLE color: 6049335.

HSL color Cylindrical-coordinate representation of color #374E5C: hue angle of 202.7º 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 #374E5C is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB557892-
CMYK0.400.1500.64
HSL202.7º25.17%28.82%-
HSV(B)202.7º40.22%36.08%-
XYZ6.237.0311.15-
YUV72.72138.88115.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=24.44%
G=34.67%
B=40.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5578920.400.1500.64202.725.1728.82
Hex374E5C28F040cb191d
Octal67116134501701003133135
Binary11011110011101011100101000111101000000110010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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