#2E21CA

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

Shades of Persian Blue #2E21CA

Tints of Persian Blue #2E21CA

Color information

#2E21CA (or 0x2E21CA) is unknown color: approx Persian Blue. HEX triplet: 2E, 21 and CA. RGB value is (46,33,202). Sum of RGB (Red+Green+Blue) = 46+33+202=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 202 (79.30% from 255 or 71.89% from 281); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E21CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E21CA is #D1DE35. Grayscale: #373737. Windows color (decimal): -13753910 or 13246766. OLE color: 13246766.

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

Color convert

RGB4633202-
CMYK0.770.8400.21
HSL244.62º71.91%46.08%-
HSV(B)244.62º83.66%79.22%-
XYZ12.335.9356.37-
YUV56.15210.31120.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.37%
GREEN value IS 33 (13.28% from 255) = 11.74%
BLUE value IS 202 (79.30% from 255) = 71.89%
R=16.37%
G=11.74%
B=71.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46332020.770.8400.21244.6271.9146.08
Hex2E21CA4D54015f5482e
Octal564131211512402536511056
Binary1011101000011100101010011011010100010101111101011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E21CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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