Html Css Color HEX #2E40CD Persian Blue

📋 copy color: '#2E40CD'

red 46 ◦ green 64 ◦ blue 205

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

Shades of Persian Blue #2E40CD

Tints of Persian Blue #2E40CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.08%

R = 14.6%
G = 20.32%
B = 65.08%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E40CD (or 0x2E40CD) is known color: Persian Blue. HEX triplet: 2E, 40 and CD. RGB value is (46,64,205). Sum of RGB (Red+Green+Blue) = 46+64+205=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E40CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E40CD is #D1BF32. Grayscale: #4A4A4A. Windows color (decimal): -13745971 or 13451310. OLE color: 13451310.

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

Color convert

RGB 46 64 205 -
CMYK 0.78 0.69 0 0.20
HSL 233.21º 0.63% 0.49% -
HSV(B) 233.21º 0.78% 0.8% -
XYZ 13.98 8.66 58.69 -
YUV 74.69 201.54 107.54 -
System Red Green Blue C M Y K H S L
Decimal 46 64 205 0.78 0.69 0 0.20 233.21 0.63 0.49
Hex 2E 40 CD 4E 45 0 14 E9 3F 31
Octal 56 100 315 116 105 0 24 351 77 61
Binary 101110 1000000 11001101 1001110 1000101 0 10100 11101001 111111 110001

Color Harmonies of #2E40CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E40CD

Black with #2E40CD

Text Example


Text Example

White with #2E40CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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