#2E2FCA

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

Shades of Persian Blue #2E2FCA

Tints of Persian Blue #2E2FCA

Color information

#2E2FCA (or 0x2E2FCA) is unknown color: approx Persian Blue. HEX triplet: 2E, 2F and CA. RGB value is (46,47,202). Sum of RGB (Red+Green+Blue) = 46+47+202=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E2FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2FCA is #D1D035. Grayscale: #3F3F3F. Windows color (decimal): -13750326 or 13250350. OLE color: 13250350.

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

Color convert

RGB4647202-
CMYK0.770.7700.21
HSL239.62º62.9%48.63%-
HSV(B)239.62º77.23%79.22%-
XYZ12.86.8856.53-
YUV64.37205.67114.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.59%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 202 (79.30% from 255) = 68.47%
R=15.59%
G=15.93%
B=68.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46472020.770.7700.21239.6262.948.63
Hex2E2FCA4D4D015f03f31
Octal56573121151150253607761
Binary101110101111110010101001101100110101010111110000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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