#3B4155

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

Shades of Blue Zodiac #3B4155

Tints of Blue Zodiac #3B4155

Color information

#3B4155 (or 0x3B4155) is unknown color: approx Blue Zodiac. HEX triplet: 3B, 41 and 55. RGB value is (59,65,85). Sum of RGB (Red+Green+Blue) = 59+65+85=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B4155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4155 is #C4BEAA. Grayscale: #414141. Windows color (decimal): -12893867 or 5587259. OLE color: 5587259.

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

Color convert

RGB596585-
CMYK0.310.2400.67
HSL226.15º18.06%28.24%-
HSV(B)226.15º30.59%33.33%-
XYZ5.335.379.35-
YUV65.49139.01123.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.23%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=28.23%
G=31.10%
B=40.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5965850.310.2400.67226.1518.0628.24
Hex3B41551F18043e2121c
Octal73101125373001033422234
Binary11101110000011010101111111100001000011111000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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