#3A4357

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

Shades of Blue Zodiac #3A4357

Tints of Blue Zodiac #3A4357

Color information

#3A4357 (or 0x3A4357) is unknown color: approx Blue Zodiac. HEX triplet: 3A, 43 and 57. RGB value is (58,67,87). Sum of RGB (Red+Green+Blue) = 58+67+87=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #3A4357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4357 is #C5BCA8. Grayscale: #424242. Windows color (decimal): -12958889 or 5718842. OLE color: 5718842.

HSL color Cylindrical-coordinate representation of color #3A4357: hue angle of 221.38º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A4357 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB586787-
CMYK0.330.2300.66
HSL221.38º20%28.43%-
HSV(B)221.38º33.33%34.12%-
XYZ5.475.69.81-
YUV66.59139.52121.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.36%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=27.36%
G=31.60%
B=41.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5867870.330.2300.66221.382028.43
Hex3A43572117042dd141c
Octal72103127412701023352434
Binary111010100001110101111000011011101000010110111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,67,87); }

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

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

 a { background-color: rgb(58,67,87); }

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

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

 span { border-color: rgb(58,67,87); }

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