#374A65

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

Shades of Cello #374A65

Tints of Cello #374A65

Color information

#374A65 (or 0x374A65) is unknown color: approx Cello. HEX triplet: 37, 4A and 65. RGB value is (55,74,101). Sum of RGB (Red+Green+Blue) = 55+74+101=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #374A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A65 is #C8B59A. Grayscale: #474747. Windows color (decimal): -13153691 or 6638135. OLE color: 6638135.

HSL color Cylindrical-coordinate representation of color #374A65: hue angle of 215.22º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #374A65 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5574101-
CMYK0.460.2700.60
HSL215.22º29.49%30.59%-
HSV(B)215.22º45.54%39.61%-
XYZ6.376.6513.26-
YUV71.4144.71116.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.91%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 101 (39.84% from 255) = 43.91%
R=23.91%
G=32.17%
B=43.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55741010.460.2700.60215.2229.4930.59
Hex374A652E1B03Cd71d1f
Octal6711214556330743273537
Binary11011110010101100101101110110110111100110101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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