#374B68

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

Shades of Cello #374B68

Tints of Cello #374B68

Color information

#374B68 (or 0x374B68) is unknown color: approx Cello. HEX triplet: 37, 4B and 68. RGB value is (55,75,104). Sum of RGB (Red+Green+Blue) = 55+75+104=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #374B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B68 is #C8B497. Grayscale: #484848. Windows color (decimal): -13153432 or 6834999. OLE color: 6834999.

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

Color convert

RGB5575104-
CMYK0.470.2800.59
HSL215.51º30.82%31.18%-
HSV(B)215.51º47.12%40.78%-
XYZ6.596.8414.07-
YUV72.33145.87115.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=23.50%
G=32.05%
B=44.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55751040.470.2800.59215.5130.8231.18
Hex374B682F1C03Bd81f1f
Octal6711315057340733303737
Binary11011110010111101000101111111000111011110110001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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