Html Css Color HEX #2E33AB Persian Blue

📋 copy color: '#2E33AB'

red 46 ◦ green 51 ◦ blue 171

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

Shades of Persian Blue #2E33AB

Tints of Persian Blue #2E33AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.03%

 BLUE value IS 171 (67.19% from 255) = 63.81%

R = 17.16%
G = 19.03%
B = 63.81%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E33AB (or 0x2E33AB) is known color: Persian Blue. HEX triplet: 2E, 33 and AB. RGB value is (46,51,171). Sum of RGB (Red+Green+Blue) = 46+51+171=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E33AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E33AB is #D1CC54. Grayscale: #3E3E3E. Windows color (decimal): -13749333 or 11219758. OLE color: 11219758.

HSL color Cylindrical-coordinate representation of color #2E33AB: hue angle of 237.6º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E33AB is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 51 171 -
CMYK 0.73 0.70 0 0.33
HSL 237.6º 0.58% 0.43% -
HSV(B) 237.6º 0.73% 0.67% -
XYZ 9.66 5.89 39.16 -
YUV 63.19 188.84 115.74 -
System Red Green Blue C M Y K H S L
Decimal 46 51 171 0.73 0.70 0 0.33 237.6 0.58 0.43
Hex 2E 33 AB 49 46 0 21 EE 3A 2B
Octal 56 63 253 111 106 0 41 356 72 53
Binary 101110 110011 10101011 1001001 1000110 0 100001 11101110 111010 101011

Color Harmonies of #2E33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E33AB

Black with #2E33AB

Text Example


Text Example

White with #2E33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,51,171); }

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

background-color css

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

 a { background-color: rgb(46,51,171); }

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

border-color css

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

 span { border-color: rgb(46,51,171); }

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