#3B3E55

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

Shades of Blue Zodiac #3B3E55

Tints of Blue Zodiac #3B3E55

Color information

#3B3E55 (or 0x3B3E55) is unknown color: approx Blue Zodiac. HEX triplet: 3B, 3E and 55. RGB value is (59,62,85). Sum of RGB (Red+Green+Blue) = 59+62+85=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B3E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3E55 is #C4C1AA. Grayscale: #3F3F3F. Windows color (decimal): -12894635 or 5586491. OLE color: 5586491.

HSL color Cylindrical-coordinate representation of color #3B3E55: hue angle of 233.08º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B3E55 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB596285-
CMYK0.310.2700.67
HSL233.08º18.06%28.24%-
HSV(B)233.08º30.59%33.33%-
XYZ5.175.039.29-
YUV63.72140.01124.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.64%
GREEN value IS 62 (24.61% from 255) = 30.10%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=28.64%
G=30.10%
B=41.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5962850.310.2700.67233.0818.0628.24
Hex3B3E551F1B043e9121c
Octal7376125373301033512234
Binary1110111111101010101111111101101000011111010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,62,85); }

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

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

 a { background-color: rgb(59,62,85); }

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

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

 span { border-color: rgb(59,62,85); }

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