#3D4B58

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

Shades of Cello #3D4B58

Tints of Cello #3D4B58

Color information

#3D4B58 (or 0x3D4B58) is unknown color: approx Cello. HEX triplet: 3D, 4B and 58. RGB value is (61,75,88). Sum of RGB (Red+Green+Blue) = 61+75+88=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D4B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4B58 is #C2B4A7. Grayscale: #484848. Windows color (decimal): -12760232 or 5786429. OLE color: 5786429.

HSL color Cylindrical-coordinate representation of color #3D4B58: hue angle of 208.89º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D4B58 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB617588-
CMYK0.310.1500.65
HSL208.89º18.12%29.22%-
HSV(B)208.89º30.68%34.51%-
XYZ6.26.7310.2-
YUV72.3136.86119.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.23%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=27.23%
G=33.48%
B=39.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6175880.310.1500.65208.8918.1229.22
Hex3D4B581FF041d1121d
Octal75113130371701013212235
Binary1111011001011101100011111111101000001110100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D4B58; }

 p { color: rgb(61,75,88); }

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

<style>
 a { background-color: #3D4B58; }

 a { background-color: rgb(61,75,88); }

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

<style>
 span { border-color: #3D4B58; }

 span { border-color: rgb(61,75,88); }

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