#3B425A

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

Shades of Blue Zodiac #3B425A

Tints of Blue Zodiac #3B425A

Color information

#3B425A (or 0x3B425A) is unknown color: approx Blue Zodiac. HEX triplet: 3B, 42 and 5A. RGB value is (59,66,90). Sum of RGB (Red+Green+Blue) = 59+66+90=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B425A is #C4BDA5. Grayscale: #424242. Windows color (decimal): -12893606 or 5915195. OLE color: 5915195.

HSL color Cylindrical-coordinate representation of color #3B425A: hue angle of 226.45º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B425A is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB596690-
CMYK0.340.2700.65
HSL226.45º20.81%29.22%-
HSV(B)226.45º34.44%35.29%-
XYZ5.65.5610.45-
YUV66.64141.18122.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.44%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=27.44%
G=30.70%
B=41.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5966900.340.2700.65226.4520.8129.22
Hex3B425A221B041e2151d
Octal73102132423301013422535
Binary111011100001010110101000101101101000001111000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,66,90); }

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

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

 a { background-color: rgb(59,66,90); }

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

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

 span { border-color: rgb(59,66,90); }

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