#3B455D

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

Shades of Blue Zodiac #3B455D

Tints of Blue Zodiac #3B455D

Color information

#3B455D (or 0x3B455D) is unknown color: approx Blue Zodiac. HEX triplet: 3B, 45 and 5D. RGB value is (59,69,93). Sum of RGB (Red+Green+Blue) = 59+69+93=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B455D is #C4BAA2. Grayscale: #444444. Windows color (decimal): -12892835 or 6112571. OLE color: 6112571.

HSL color Cylindrical-coordinate representation of color #3B455D: hue angle of 222.35º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B455D is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB596993-
CMYK0.370.2600.64
HSL222.35º22.37%29.8%-
HSV(B)222.35º36.56%36.47%-
XYZ5.915.9811.2-
YUV68.75141.69121.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.70%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=26.70%
G=31.22%
B=42.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5969930.370.2600.64222.3522.3729.8
Hex3B455D251A040de161e
Octal73105135453201003362636
Binary111011100010110111011001011101001000000110111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,69,93); }

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

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

 a { background-color: rgb(59,69,93); }

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

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

 span { border-color: rgb(59,69,93); }

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