#374B69

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

Shades of Cello #374B69

Tints of Cello #374B69

Color information

#374B69 (or 0x374B69) is unknown color: approx Cello. HEX triplet: 37, 4B and 69. RGB value is (55,75,105). Sum of RGB (Red+Green+Blue) = 55+75+105=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #374B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B69 is #C8B496. Grayscale: #484848. Windows color (decimal): -13153431 or 6900535. OLE color: 6900535.

HSL color Cylindrical-coordinate representation of color #374B69: hue angle of 216º 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 #374B69 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5575105-
CMYK0.480.2900.59
HSL216º31.25%31.37%-
HSV(B)216º47.62%41.18%-
XYZ6.646.8614.34-
YUV72.44146.37115.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.40%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=23.40%
G=31.91%
B=44.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55751050.480.2900.5921631.2531.37
Hex374B69301D03Bd81f1f
Octal6711315160350733303737
Binary11011110010111101001110000111010111011110110001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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