Html Css Color HEX #2E2EDF Persian Blue

📋 copy color: '#2E2EDF'

red 46 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #2E2EDF

Tints of Persian Blue #2E2EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.6%

 BLUE value IS 223 (87.5% from 255) = 70.79%

R = 14.6%
G = 14.6%
B = 70.79%

CMYK

 C value IS 0.79

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E2EDF (or 0x2E2EDF) is known color: Persian Blue. HEX triplet: 2E, 2E and DF. RGB value is (46,46,223). Sum of RGB (Red+Green+Blue) = 46+46+223=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E2EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2EDF is #D1D120. Grayscale: #414141. Windows color (decimal): -13750561 or 14626350. OLE color: 14626350.

HSL color Cylindrical-coordinate representation of color #2E2EDF: hue angle of 240º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E2EDF is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 46 223 -
CMYK 0.79 0.79 0 0.13
HSL 240º 0.73% 0.53% -
HSV(B) 240º 0.79% 0.87% -
XYZ 15.42 7.86 70.52 -
YUV 66.18 216.5 113.61 -
System Red Green Blue C M Y K H S L
Decimal 46 46 223 0.79 0.79 0 0.13 240 0.73 0.53
Hex 2E 2E DF 4F 4F 0 D F0 49 35
Octal 56 56 337 117 117 0 15 360 111 65
Binary 101110 101110 11011111 1001111 1001111 0 1101 11110000 1001001 110101

Color Harmonies of #2E2EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2EDF

Black with #2E2EDF

Text Example


Text Example

White with #2E2EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,46,223); }

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

background-color css

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

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

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

border-color css

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

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

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