Html Css Color HEX #2E40CE Persian Blue

📋 copy color: '#2E40CE'

red 46 ◦ green 64 ◦ blue 206

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

Shades of Persian Blue #2E40CE

Tints of Persian Blue #2E40CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

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

R = 14.56%
G = 20.25%
B = 65.19%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E40CE (or 0x2E40CE) is known color: Persian Blue. HEX triplet: 2E, 40 and CE. RGB value is (46,64,206). Sum of RGB (Red+Green+Blue) = 46+64+206=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E40CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E40CE is #D1BF31. Grayscale: #4A4A4A. Windows color (decimal): -13745970 or 13516846. OLE color: 13516846.

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

Color convert

RGB 46 64 206 -
CMYK 0.78 0.69 0 0.19
HSL 233.25º 0.63% 0.49% -
HSV(B) 233.25º 0.78% 0.81% -
XYZ 14.1 8.7 59.33 -
YUV 74.81 202.04 107.45 -
System Red Green Blue C M Y K H S L
Decimal 46 64 206 0.78 0.69 0 0.19 233.25 0.63 0.49
Hex 2E 40 CE 4E 45 0 13 E9 3F 31
Octal 56 100 316 116 105 0 23 351 77 61
Binary 101110 1000000 11001110 1001110 1000101 0 10011 11101001 111111 110001

Color Harmonies of #2E40CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E40CE

Black with #2E40CE

Text Example


Text Example

White with #2E40CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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