Html Css Color HEX #2E2FDA Persian Blue

📋 copy color: '#2E2FDA'

red 46 ◦ green 47 ◦ blue 218

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

Shades of Persian Blue #2E2FDA

Tints of Persian Blue #2E2FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 70.1%

R = 14.79%
G = 15.11%
B = 70.1%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2E2FDA (or 0x2E2FDA) is known color: Persian Blue. HEX triplet: 2E, 2F and DA. RGB value is (46,47,218). Sum of RGB (Red+Green+Blue) = 46+47+218=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #2E2FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2FDA is #D1D025. Grayscale: #414141. Windows color (decimal): -13750310 or 14298926. OLE color: 14298926.

HSL color Cylindrical-coordinate representation of color #2E2FDA: hue angle of 239.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E2FDA is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 47 218 -
CMYK 0.79 0.78 0 0.15
HSL 239.65º 0.7% 0.52% -
HSV(B) 239.65º 0.79% 0.85% -
XYZ 14.8 7.68 67.03 -
YUV 66.2 213.67 113.6 -
System Red Green Blue C M Y K H S L
Decimal 46 47 218 0.79 0.78 0 0.15 239.65 0.7 0.52
Hex 2E 2F DA 4F 4E 0 F F0 46 34
Octal 56 57 332 117 116 0 17 360 106 64
Binary 101110 101111 11011010 1001111 1001110 0 1111 11110000 1000110 110100

Color Harmonies of #2E2FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2FDA

Black with #2E2FDA

Text Example


Text Example

White with #2E2FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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