Html Css Color HEX #2E20CB Persian Blue

📋 copy color: '#2E20CB'

red 46 ◦ green 32 ◦ blue 203

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

Shades of Persian Blue #2E20CB

Tints of Persian Blue #2E20CB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

 BLUE value IS 203 (79.69% from 255) = 72.24%

R = 16.37%
G = 11.39%
B = 72.24%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E20CB (or 0x2E20CB) is known color: Persian Blue. HEX triplet: 2E, 20 and CB. RGB value is (46,32,203). Sum of RGB (Red+Green+Blue) = 46+32+203=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E20CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E20CB is #D1DF34. Grayscale: #373737. Windows color (decimal): -13754165 or 13312046. OLE color: 13312046.

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

Color convert

RGB 46 32 203 -
CMYK 0.77 0.84 0 0.20
HSL 244.91º 0.73% 0.46% -
HSV(B) 244.91º 0.84% 0.8% -
XYZ 12.42 5.93 56.99 -
YUV 55.68 211.14 121.1 -
System Red Green Blue C M Y K H S L
Decimal 46 32 203 0.77 0.84 0 0.20 244.91 0.73 0.46
Hex 2E 20 CB 4D 54 0 14 F5 49 2E
Octal 56 40 313 115 124 0 24 365 111 56
Binary 101110 100000 11001011 1001101 1010100 0 10100 11110101 1001001 101110

Color Harmonies of #2E20CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E20CB

Black with #2E20CB

Text Example


Text Example

White with #2E20CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,32,203); }

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

background-color css

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

 a { background-color: rgb(46,32,203); }

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

border-color css

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

 span { border-color: rgb(46,32,203); }

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