Html Css Color HEX #2E40CA Persian Blue

📋 copy color: '#2E40CA'

red 46 ◦ green 64 ◦ blue 202

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

Shades of Persian Blue #2E40CA

Tints of Persian Blue #2E40CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.74%

R = 14.74%
G = 20.51%
B = 64.74%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2E40CA (or 0x2E40CA) is known color: Persian Blue. HEX triplet: 2E, 40 and CA. RGB value is (46,64,202). Sum of RGB (Red+Green+Blue) = 46+64+202=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E40CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E40CA is #D1BF35. Grayscale: #494949. Windows color (decimal): -13745974 or 13254702. OLE color: 13254702.

HSL color Cylindrical-coordinate representation of color #2E40CA: hue angle of 233.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E40CA is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 64 202 -
CMYK 0.77 0.68 0 0.21
HSL 233.08º 0.63% 0.49% -
HSV(B) 233.08º 0.77% 0.79% -
XYZ 13.62 8.51 56.8 -
YUV 74.35 200.04 107.78 -
System Red Green Blue C M Y K H S L
Decimal 46 64 202 0.77 0.68 0 0.21 233.08 0.63 0.49
Hex 2E 40 CA 4D 44 0 15 E9 3F 31
Octal 56 100 312 115 104 0 25 351 77 61
Binary 101110 1000000 11001010 1001101 1000100 0 10101 11101001 111111 110001

Color Harmonies of #2E40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E40CA

Black with #2E40CA

Text Example


Text Example

White with #2E40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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