#3B4055

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

Shades of Blue Zodiac #3B4055

Tints of Blue Zodiac #3B4055

Color information

#3B4055 (or 0x3B4055) is unknown color: approx Blue Zodiac. HEX triplet: 3B, 40 and 55. RGB value is (59,64,85). Sum of RGB (Red+Green+Blue) = 59+64+85=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B4055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4055 is #C4BFAA. Grayscale: #404040. Windows color (decimal): -12894123 or 5587003. OLE color: 5587003.

HSL color Cylindrical-coordinate representation of color #3B4055: hue angle of 228.46º 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 #3B4055 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB596485-
CMYK0.310.2500.67
HSL228.46º18.06%28.24%-
HSV(B)228.46º30.59%33.33%-
XYZ5.285.259.33-
YUV64.9139.34123.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.37%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=28.37%
G=30.77%
B=40.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5964850.310.2500.67228.4618.0628.24
Hex3B40551F19043e4121c
Octal73100125373101033442234
Binary11101110000001010101111111100101000011111001001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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