#374F5C

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

Shades of Cello #374F5C

Tints of Cello #374F5C

Color information

#374F5C (or 0x374F5C) is unknown color: approx Cello. HEX triplet: 37, 4F and 5C. RGB value is (55,79,92). Sum of RGB (Red+Green+Blue) = 55+79+92=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #374F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F5C is #C8B0A3. Grayscale: #494949. Windows color (decimal): -13152420 or 6049591. OLE color: 6049591.

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

Color convert

RGB557992-
CMYK0.400.1400.64
HSL201.08º25.17%28.82%-
HSV(B)201.08º40.22%36.08%-
XYZ6.37.1811.18-
YUV73.31138.55114.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=24.34%
G=34.96%
B=40.71%

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
Decimal5579920.400.1400.64201.0825.1728.82
Hex374F5C28E040c9191d
Octal67117134501601003113135
Binary11011110011111011100101000111001000000110010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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