Html Css Color HEX #2E2FD5 Persian Blue

📋 copy color: '#2E2FD5'

red 46 ◦ green 47 ◦ blue 213

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

Shades of Persian Blue #2E2FD5

Tints of Persian Blue #2E2FD5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.36%

 BLUE value IS 213 (83.59% from 255) = 69.61%

R = 15.03%
G = 15.36%
B = 69.61%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2E2FD5 (or 0x2E2FD5) is known color: Persian Blue. HEX triplet: 2E, 2F and D5. RGB value is (46,47,213). Sum of RGB (Red+Green+Blue) = 46+47+213=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 213 (83.59% from 255 or 69.61% from 306); Max value from RGB is 213 - color contains mainly: blue. Hex color #2E2FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2FD5 is #D1D02A. Grayscale: #404040. Windows color (decimal): -13750315 or 13971246. OLE color: 13971246.

HSL color Cylindrical-coordinate representation of color #2E2FD5: hue angle of 239.64º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E2FD5 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 47 213 -
CMYK 0.78 0.78 0 0.16
HSL 239.64º 0.67% 0.51% -
HSV(B) 239.64º 0.78% 0.84% -
XYZ 14.15 7.42 63.64 -
YUV 65.63 211.17 114 -
System Red Green Blue C M Y K H S L
Decimal 46 47 213 0.78 0.78 0 0.16 239.64 0.67 0.51
Hex 2E 2F D5 4E 4E 0 10 F0 43 33
Octal 56 57 325 116 116 0 20 360 103 63
Binary 101110 101111 11010101 1001110 1001110 0 10000 11110000 1000011 110011

Color Harmonies of #2E2FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2FD5

Black with #2E2FD5

Text Example


Text Example

White with #2E2FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,47,213); }

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

background-color css

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

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

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

border-color css

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

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

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