#374A67

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

Shades of Cello #374A67

Tints of Cello #374A67

Color information

#374A67 (or 0x374A67) is unknown color: approx Cello. HEX triplet: 37, 4A and 67. RGB value is (55,74,103). Sum of RGB (Red+Green+Blue) = 55+74+103=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #374A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A67 is #C8B598. Grayscale: #474747. Windows color (decimal): -13153689 or 6769207. OLE color: 6769207.

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

Color convert

RGB5574103-
CMYK0.470.2800.60
HSL216.25º30.38%30.98%-
HSV(B)216.25º46.6%40.39%-
XYZ6.476.6913.78-
YUV71.62145.71116.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.71%
GREEN value IS 74 (29.30% from 255) = 31.90%
BLUE value IS 103 (40.62% from 255) = 44.40%
R=23.71%
G=31.90%
B=44.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55741030.470.2800.60216.2530.3830.98
Hex374A672F1C03Cd81e1f
Octal6711214757340743303637
Binary11011110010101100111101111111000111100110110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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