#3D4B4A

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

Shades of Blue Dianne #3D4B4A

Tints of Blue Dianne #3D4B4A

Color information

#3D4B4A (or 0x3D4B4A) is unknown color: approx Blue Dianne. HEX triplet: 3D, 4B and 4A. RGB value is (61,75,74). Sum of RGB (Red+Green+Blue) = 61+75+74=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 75 - color contains mainly: green. Hex color #3D4B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4B4A is #C2B4B5. Grayscale: #464646. Windows color (decimal): -12760246 or 4868925. OLE color: 4868925.

HSL color Cylindrical-coordinate representation of color #3D4B4A: hue angle of 175.71º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3D4B4A is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB617574-
CMYK0.1900.010.71
HSL175.71º10.29%26.67%-
HSV(B)175.71º18.67%29.41%-
XYZ5.686.527.44-
YUV70.7129.86121.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.05%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=29.05%
G=35.71%
B=35.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6175740.1900.010.71175.7110.2926.67
Hex3D4B4A130147b0a1b
Octal7511311223011072601233
Binary111101100101110010101001101100011110110000101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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