Html Css Color HEX #2E21DC Persian Blue

📋 copy color: '#2E21DC'

red 46 ◦ green 33 ◦ blue 220

#2E21DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2E21DC

Tints of Persian Blue #2E21DC

RGB

 RED value IS 46 (18.36% from 255) = 15.38%

 GREEN value IS 33 (13.28% from 255) = 11.04%

 BLUE value IS 220 (86.33% from 255) = 73.58%

R = 15.38%
G = 11.04%
B = 73.58%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E21DC (or 0x2E21DC) is known color: Persian Blue. HEX triplet: 2E, 21 and DC. RGB value is (46,33,220). Sum of RGB (Red+Green+Blue) = 46+33+220=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E21DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E21DC is #D1DE23. Grayscale: #393939. Windows color (decimal): -13753892 or 14426414. OLE color: 14426414.

HSL color Cylindrical-coordinate representation of color #2E21DC: hue angle of 244.17º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E21DC is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 33 220 -
CMYK 0.79 0.85 0 0.14
HSL 244.17º 0.74% 0.5% -
HSV(B) 244.17º 0.85% 0.86% -
XYZ 14.59 6.84 68.26 -
YUV 58.21 219.31 119.29 -
System Red Green Blue C M Y K H S L
Decimal 46 33 220 0.79 0.85 0 0.14 244.17 0.74 0.5
Hex 2E 21 DC 4F 55 0 E F4 4A 32
Octal 56 41 334 117 125 0 16 364 112 62
Binary 101110 100001 11011100 1001111 1010101 0 1110 11110100 1001010 110010

Color Harmonies of #2E21DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E21DC

Black with #2E21DC

Text Example


Text Example

White with #2E21DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E21DC;
 }
 .AnyTagClassName
 {
   color: #2E21DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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