#3D414B

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

Shades of Blue Zodiac #3D414B

Tints of Blue Zodiac #3D414B

Color information

#3D414B (or 0x3D414B) is unknown color: approx Blue Zodiac. HEX triplet: 3D, 41 and 4B. RGB value is (61,65,75). Sum of RGB (Red+Green+Blue) = 61+65+75=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D414B is #C2BEB4. Grayscale: #404040. Windows color (decimal): -12762805 or 4931901. OLE color: 4931901.

HSL color Cylindrical-coordinate representation of color #3D414B: hue angle of 222.86º 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 #3D414B is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB616575-
CMYK0.190.1300.71
HSL222.86º10.29%26.67%-
HSV(B)222.86º18.67%29.41%-
XYZ5.085.287.41-
YUV64.94133.67125.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.35%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=30.35%
G=32.34%
B=37.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6165750.190.1300.71222.8610.2926.67
Hex3D414B13D047dfa1b
Octal75101113231501073371233
Binary111101100000110010111001111010100011111011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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