#2E3ACA

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

Shades of Persian Blue #2E3ACA

Tints of Persian Blue #2E3ACA

Color information

#2E3ACA (or 0x2E3ACA) is unknown color: approx Persian Blue. HEX triplet: 2E, 3A and CA. RGB value is (46,58,202). Sum of RGB (Red+Green+Blue) = 46+58+202=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E3ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3ACA is #D1C535. Grayscale: #464646. Windows color (decimal): -13747510 or 13253166. OLE color: 13253166.

HSL color Cylindrical-coordinate representation of color #2E3ACA: hue angle of 235.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E3ACA is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4658202-
CMYK0.770.7100.21
HSL235.38º62.9%48.63%-
HSV(B)235.38º77.23%79.22%-
XYZ13.37.8756.7-
YUV70.83202.02110.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.03%
GREEN value IS 58 (23.05% from 255) = 18.95%
BLUE value IS 202 (79.30% from 255) = 66.01%
R=15.03%
G=18.95%
B=66.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46582020.770.7100.21235.3862.948.63
Hex2E3ACA4D47015eb3f31
Octal56723121151070253537761
Binary101110111010110010101001101100011101010111101011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E3ACA; }

 p { color: rgb(46,58,202); }

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

<style>
 a { background-color: #2E3ACA; }

 a { background-color: rgb(46,58,202); }

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

<style>
 span { border-color: #2E3ACA; }

 span { border-color: rgb(46,58,202); }

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