Html Css Color HEX #2E21BC Persian Blue

📋 copy color: '#2E21BC'

red 46 ◦ green 33 ◦ blue 188

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

Shades of Persian Blue #2E21BC

Tints of Persian Blue #2E21BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.41%

R = 17.23%
G = 12.36%
B = 70.41%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E21BC (or 0x2E21BC) is known color: Persian Blue. HEX triplet: 2E, 21 and BC. RGB value is (46,33,188). Sum of RGB (Red+Green+Blue) = 46+33+188=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E21BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E21BC is #D1DE43. Grayscale: #353535. Windows color (decimal): -13753924 or 12329262. OLE color: 12329262.

HSL color Cylindrical-coordinate representation of color #2E21BC: hue angle of 245.03º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E21BC is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 33 188 -
CMYK 0.76 0.82 0 0.26
HSL 245.03º 0.7% 0.43% -
HSV(B) 245.03º 0.82% 0.74% -
XYZ 10.75 5.3 48.03 -
YUV 54.56 203.31 121.9 -
System Red Green Blue C M Y K H S L
Decimal 46 33 188 0.76 0.82 0 0.26 245.03 0.7 0.43
Hex 2E 21 BC 4C 52 0 1A F5 46 2B
Octal 56 41 274 114 122 0 32 365 106 53
Binary 101110 100001 10111100 1001100 1010010 0 11010 11110101 1000110 101011

Color Harmonies of #2E21BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E21BC

Black with #2E21BC

Text Example


Text Example

White with #2E21BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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