Html Css Color HEX #2E2CCE Persian Blue

📋 copy color: '#2E2CCE'

red 46 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #2E2CCE

Tints of Persian Blue #2E2CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.59%

R = 15.54%
G = 14.86%
B = 69.59%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E2CCE (or 0x2E2CCE) is known color: Persian Blue. HEX triplet: 2E, 2C and CE. RGB value is (46,44,206). Sum of RGB (Red+Green+Blue) = 46+44+206=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E2CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2CCE is #D1D331. Grayscale: #3E3E3E. Windows color (decimal): -13751090 or 13511726. OLE color: 13511726.

HSL color Cylindrical-coordinate representation of color #2E2CCE: hue angle of 240.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E2CCE is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 44 206 -
CMYK 0.78 0.79 0 0.19
HSL 240.74º 0.65% 0.49% -
HSV(B) 240.74º 0.79% 0.81% -
XYZ 13.17 6.84 59.02 -
YUV 63.07 208.66 115.83 -
System Red Green Blue C M Y K H S L
Decimal 46 44 206 0.78 0.79 0 0.19 240.74 0.65 0.49
Hex 2E 2C CE 4E 4F 0 13 F1 41 31
Octal 56 54 316 116 117 0 23 361 101 61
Binary 101110 101100 11001110 1001110 1001111 0 10011 11110001 1000001 110001

Color Harmonies of #2E2CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2CCE

Black with #2E2CCE

Text Example


Text Example

White with #2E2CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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