#374B65

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

Shades of Cello #374B65

Tints of Cello #374B65

Color information

#374B65 (or 0x374B65) is unknown color: approx Cello. HEX triplet: 37, 4B and 65. RGB value is (55,75,101). Sum of RGB (Red+Green+Blue) = 55+75+101=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #374B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B65 is #C8B49A. Grayscale: #474747. Windows color (decimal): -13153435 or 6638391. OLE color: 6638391.

HSL color Cylindrical-coordinate representation of color #374B65: hue angle of 213.91º 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 #374B65 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5575101-
CMYK0.460.2600.60
HSL213.91º29.49%30.59%-
HSV(B)213.91º45.54%39.61%-
XYZ6.446.7813.28-
YUV71.98144.37115.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.81%
GREEN value IS 75 (29.69% from 255) = 32.47%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=23.81%
G=32.47%
B=43.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55751010.460.2600.60213.9129.4930.59
Hex374B652E1A03Cd61d1f
Octal6711314556320743263537
Binary11011110010111100101101110110100111100110101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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