Html Css Color HEX #2E30DF Persian Blue

📋 copy color: '#2E30DF'

red 46 ◦ green 48 ◦ blue 223

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

Shades of Persian Blue #2E30DF

Tints of Persian Blue #2E30DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

 BLUE value IS 223 (87.5% from 255) = 70.35%

R = 14.51%
G = 15.14%
B = 70.35%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E30DF (or 0x2E30DF) is known color: Persian Blue. HEX triplet: 2E, 30 and DF. RGB value is (46,48,223). Sum of RGB (Red+Green+Blue) = 46+48+223=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E30DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E30DF is #D1CF20. Grayscale: #424242. Windows color (decimal): -13750049 or 14626862. OLE color: 14626862.

HSL color Cylindrical-coordinate representation of color #2E30DF: hue angle of 239.32º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E30DF is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 48 223 -
CMYK 0.79 0.78 0 0.13
HSL 239.32º 0.73% 0.53% -
HSV(B) 239.32º 0.79% 0.87% -
XYZ 15.5 8.02 70.54 -
YUV 67.35 215.84 112.77 -
System Red Green Blue C M Y K H S L
Decimal 46 48 223 0.79 0.78 0 0.13 239.32 0.73 0.53
Hex 2E 30 DF 4F 4E 0 D EF 49 35
Octal 56 60 337 117 116 0 15 357 111 65
Binary 101110 110000 11011111 1001111 1001110 0 1101 11101111 1001001 110101

Color Harmonies of #2E30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E30DF

Black with #2E30DF

Text Example


Text Example

White with #2E30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,48,223); }

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

background-color css

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

 a { background-color: rgb(46,48,223); }

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

border-color css

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

 span { border-color: rgb(46,48,223); }

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