Html Css Color HEX #2E2BBE Persian Blue

📋 copy color: '#2E2BBE'

red 46 ◦ green 43 ◦ blue 190

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

Shades of Persian Blue #2E2BBE

Tints of Persian Blue #2E2BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.41%

 BLUE value IS 190 (74.61% from 255) = 68.1%

R = 16.49%
G = 15.41%
B = 68.1%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E2BBE (or 0x2E2BBE) is known color: Persian Blue. HEX triplet: 2E, 2B and BE. RGB value is (46,43,190). Sum of RGB (Red+Green+Blue) = 46+43+190=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E2BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2BBE is #D1D441. Grayscale: #3C3C3C. Windows color (decimal): -13751362 or 12462894. OLE color: 12462894.

HSL color Cylindrical-coordinate representation of color #2E2BBE: hue angle of 241.22º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E2BBE is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 43 190 -
CMYK 0.76 0.77 0 0.25
HSL 241.22º 0.63% 0.46% -
HSV(B) 241.22º 0.77% 0.75% -
XYZ 11.28 6.03 49.28 -
YUV 60.66 200.99 117.55 -
System Red Green Blue C M Y K H S L
Decimal 46 43 190 0.76 0.77 0 0.25 241.22 0.63 0.46
Hex 2E 2B BE 4C 4D 0 19 F1 3F 2E
Octal 56 53 276 114 115 0 31 361 77 56
Binary 101110 101011 10111110 1001100 1001101 0 11001 11110001 111111 101110

Color Harmonies of #2E2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2BBE

Black with #2E2BBE

Text Example


Text Example

White with #2E2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,43,190); }

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

background-color css

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

 a { background-color: rgb(46,43,190); }

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

border-color css

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

 span { border-color: rgb(46,43,190); }

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