#374A5A

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

Shades of Cello #374A5A

Tints of Cello #374A5A

Color information

#374A5A (or 0x374A5A) is unknown color: approx Cello. HEX triplet: 37, 4A and 5A. RGB value is (55,74,90). Sum of RGB (Red+Green+Blue) = 55+74+90=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #374A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A5A is #C8B5A5. Grayscale: #464646. Windows color (decimal): -13153702 or 5917239. OLE color: 5917239.

HSL color Cylindrical-coordinate representation of color #374A5A: hue angle of 207.43º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #374A5A is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB557490-
CMYK0.390.1800.65
HSL207.43º24.14%28.43%-
HSV(B)207.43º38.89%35.29%-
XYZ5.876.4510.61-
YUV70.14139.21117.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 74 (29.30% from 255) = 33.79%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=25.11%
G=33.79%
B=41.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5574900.390.1800.65207.4324.1428.43
Hex374A5A2712041cf181c
Octal67112132472201013173034
Binary110111100101010110101001111001001000001110011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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