#374A62

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

Shades of Cello #374A62

Tints of Cello #374A62

Color information

#374A62 (or 0x374A62) is unknown color: approx Cello. HEX triplet: 37, 4A and 62. RGB value is (55,74,98). Sum of RGB (Red+Green+Blue) = 55+74+98=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #374A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A62 is #C8B59D. Grayscale: #464646. Windows color (decimal): -13153694 or 6441527. OLE color: 6441527.

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

Color convert

RGB557498-
CMYK0.440.2400.62
HSL213.49º28.1%30%-
HSV(B)213.49º43.88%38.43%-
XYZ6.236.5912.5-
YUV71.05143.21116.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=24.23%
G=32.60%
B=43.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5574980.440.2400.62213.4928.130
Hex374A622C1803Ed51c1e
Octal6711214254300763253436
Binary11011110010101100010101100110000111110110101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,74,98); }

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

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

 a { background-color: rgb(55,74,98); }

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

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

 span { border-color: rgb(55,74,98); }

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