#3A3F4E

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

Shades of Blue Zodiac #3A3F4E

Tints of Blue Zodiac #3A3F4E

Color information

#3A3F4E (or 0x3A3F4E) is unknown color: approx Blue Zodiac. HEX triplet: 3A, 3F and 4E. RGB value is (58,63,78). Sum of RGB (Red+Green+Blue) = 58+63+78=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A3F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3F4E is #C5C0B1. Grayscale: #3F3F3F. Windows color (decimal): -12959922 or 5127994. OLE color: 5127994.

HSL color Cylindrical-coordinate representation of color #3A3F4E: hue angle of 225º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A3F4E is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB586378-
CMYK0.260.1900.69
HSL225º14.71%26.67%-
HSV(B)225º25.64%30.59%-
XYZ4.957.92-
YUV63.21136.34124.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.15%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=29.15%
G=31.66%
B=39.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5863780.260.1900.6922514.7126.67
Hex3A3F4E1A13045e1f1b
Octal7277116322301053411733
Binary111010111111100111011010100110100010111100001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,63,78); }

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

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

 a { background-color: rgb(58,63,78); }

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

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

 span { border-color: rgb(58,63,78); }

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