#374F69

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

Shades of Cello #374F69

Tints of Cello #374F69

Color information

#374F69 (or 0x374F69) is unknown color: approx Cello. HEX triplet: 37, 4F and 69. RGB value is (55,79,105). Sum of RGB (Red+Green+Blue) = 55+79+105=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #374F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F69 is #C8B096. Grayscale: #4A4A4A. Windows color (decimal): -13152407 or 6901559. OLE color: 6901559.

HSL color Cylindrical-coordinate representation of color #374F69: hue angle of 211.2º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #374F69 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5579105-
CMYK0.480.2500.59
HSL211.2º31.25%31.37%-
HSV(B)211.2º47.62%41.18%-
XYZ6.927.4214.43-
YUV74.79145.05113.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 79 (31.25% from 255) = 33.05%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=23.01%
G=33.05%
B=43.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55791050.480.2500.59211.231.2531.37
Hex374F69301903Bd31f1f
Octal6711715160310733233737
Binary11011110011111101001110000110010111011110100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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