Html Css Color HEX #2E2CBE Persian Blue

📋 copy color: '#2E2CBE'

red 46 ◦ green 44 ◦ blue 190

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

Shades of Persian Blue #2E2CBE

Tints of Persian Blue #2E2CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.71%

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

R = 16.43%
G = 15.71%
B = 67.86%

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

#2E2CBE (or 0x2E2CBE) is known color: Persian Blue. HEX triplet: 2E, 2C and BE. RGB value is (46,44,190). Sum of RGB (Red+Green+Blue) = 46+44+190=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E2CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2CBE is #D1D341. Grayscale: #3C3C3C. Windows color (decimal): -13751106 or 12463150. OLE color: 12463150.

HSL color Cylindrical-coordinate representation of color #2E2CBE: hue angle of 240.82º degrees, saturation: 0.62, 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 #2E2CBE is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 44 190 -
CMYK 0.76 0.77 0 0.25
HSL 240.82º 0.62% 0.46% -
HSV(B) 240.82º 0.77% 0.75% -
XYZ 11.32 6.1 49.3 -
YUV 61.24 200.66 117.13 -
System Red Green Blue C M Y K H S L
Decimal 46 44 190 0.76 0.77 0 0.25 240.82 0.62 0.46
Hex 2E 2C BE 4C 4D 0 19 F1 3E 2E
Octal 56 54 276 114 115 0 31 361 76 56
Binary 101110 101100 10111110 1001100 1001101 0 11001 11110001 111110 101110

Color Harmonies of #2E2CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2CBE

Black with #2E2CBE

Text Example


Text Example

White with #2E2CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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