#3B404F

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

Shades of Blue Zodiac #3B404F

Tints of Blue Zodiac #3B404F

Color information

#3B404F (or 0x3B404F) is unknown color: approx Blue Zodiac. HEX triplet: 3B, 40 and 4F. RGB value is (59,64,79). Sum of RGB (Red+Green+Blue) = 59+64+79=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B404F is #C4BFB0. Grayscale: #404040. Windows color (decimal): -12894129 or 5193787. OLE color: 5193787.

HSL color Cylindrical-coordinate representation of color #3B404F: hue angle of 225º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B404F is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB596479-
CMYK0.250.1900.69
HSL225º14.49%27.06%-
HSV(B)225º25.32%30.98%-
XYZ5.055.168.13-
YUV64.22136.34124.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.21%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=29.21%
G=31.68%
B=39.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5964790.250.1900.6922514.4927.06
Hex3B404F1913045e1e1b
Octal73100117312301053411633
Binary1110111000000100111111001100110100010111100001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,64,79); }

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

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

 a { background-color: rgb(59,64,79); }

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

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

 span { border-color: rgb(59,64,79); }

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