#3A3EAC

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

Shades of Persian Blue #3A3EAC

Tints of Persian Blue #3A3EAC

Color information

#3A3EAC (or 0x3A3EAC) is unknown color: approx Persian Blue. HEX triplet: 3A, 3E and AC. RGB value is (58,62,172). Sum of RGB (Red+Green+Blue) = 58+62+172=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A3EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3EAC is #C5C153. Grayscale: #484848. Windows color (decimal): -12960084 or 11288122. OLE color: 11288122.

HSL color Cylindrical-coordinate representation of color #3A3EAC: hue angle of 237.89º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A3EAC is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5862172-
CMYK0.660.6400.33
HSL237.89º49.57%45.1%-
HSV(B)237.89º66.28%67.45%-
XYZ10.917.3239.87-
YUV73.34183.67117.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.86%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 172 (67.58% from 255) = 58.90%
R=19.86%
G=21.23%
B=58.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58621720.660.6400.33237.8949.5745.1
Hex3A3EAC4240021ee322d
Octal72762541021000413566255
Binary1110101111101010110010000101000000010000111101110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,62,172); }

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

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

 a { background-color: rgb(58,62,172); }

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

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

 span { border-color: rgb(58,62,172); }

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