#2E39CA

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

Shades of Persian Blue #2E39CA

Tints of Persian Blue #2E39CA

Color information

#2E39CA (or 0x2E39CA) is unknown color: approx Persian Blue. HEX triplet: 2E, 39 and CA. RGB value is (46,57,202). Sum of RGB (Red+Green+Blue) = 46+57+202=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E39CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E39CA is #D1C635. Grayscale: #454545. Windows color (decimal): -13747766 or 13252910. OLE color: 13252910.

HSL color Cylindrical-coordinate representation of color #2E39CA: hue angle of 235.77º 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 #2E39CA is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4657202-
CMYK0.770.7200.21
HSL235.77º62.9%48.63%-
HSV(B)235.77º77.23%79.22%-
XYZ13.257.7756.68-
YUV70.24202.36110.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.08%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 202 (79.30% from 255) = 66.23%
R=15.08%
G=18.69%
B=66.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46572020.770.7200.21235.7762.948.63
Hex2E39CA4D48015ec3f31
Octal56713121151100253547761
Binary101110111001110010101001101100100001010111101100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E39CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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