Html Css Color HEX #2E3CDE Persian Blue

📋 copy color: '#2E3CDE'

red 46 ◦ green 60 ◦ blue 222

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

Shades of Persian Blue #2E3CDE

Tints of Persian Blue #2E3CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.29%

 BLUE value IS 222 (87.11% from 255) = 67.68%

R = 14.02%
G = 18.29%
B = 67.68%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E3CDE (or 0x2E3CDE) is known color: Persian Blue. HEX triplet: 2E, 3C and DE. RGB value is (46,60,222). Sum of RGB (Red+Green+Blue) = 46+60+222=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E3CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3CDE is #D1C321. Grayscale: #494949. Windows color (decimal): -13746978 or 14564398. OLE color: 14564398.

HSL color Cylindrical-coordinate representation of color #2E3CDE: hue angle of 235.23º 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 #2E3CDE is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 60 222 -
CMYK 0.79 0.73 0 0.13
HSL 235.23º 0.73% 0.53% -
HSV(B) 235.23º 0.79% 0.87% -
XYZ 15.93 9.09 70.02 -
YUV 74.28 211.36 107.83 -
System Red Green Blue C M Y K H S L
Decimal 46 60 222 0.79 0.73 0 0.13 235.23 0.73 0.53
Hex 2E 3C DE 4F 49 0 D EB 49 35
Octal 56 74 336 117 111 0 15 353 111 65
Binary 101110 111100 11011110 1001111 1001001 0 1101 11101011 1001001 110101

Color Harmonies of #2E3CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3CDE

Black with #2E3CDE

Text Example


Text Example

White with #2E3CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,60,222); }

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

background-color css

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

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

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

border-color css

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

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

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