Html Css Color HEX #2831EA Persian Blue

📋 copy color: '#2831EA'

red 40 ◦ green 49 ◦ blue 234

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

Shades of Persian Blue #2831EA

Tints of Persian Blue #2831EA

RGB

 RED value IS 40 (16.02% from 255) = 12.38%

 GREEN value IS 49 (19.53% from 255) = 15.17%

 BLUE value IS 234 (91.8% from 255) = 72.45%

R = 12.38%
G = 15.17%
B = 72.45%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2831EA (or 0x2831EA) is known color: Persian Blue. HEX triplet: 28, 31 and EA. RGB value is (40,49,234). Sum of RGB (Red+Green+Blue) = 40+49+234=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 234 (91.80% from 255 or 72.45% from 323); Max value from RGB is 234 - color contains mainly: blue. Hex color #2831EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2831EA is #D7CE15. Grayscale: #424242. Windows color (decimal): -14142998 or 15348008. OLE color: 15348008.

HSL color Cylindrical-coordinate representation of color #2831EA: hue angle of 237.22º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2831EA is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 49 234 -
CMYK 0.83 0.79 0 0.08
HSL 237.22º 0.82% 0.54% -
HSV(B) 237.22º 0.83% 0.92% -
XYZ 16.82 8.59 78.61 -
YUV 67.4 222.02 108.46 -
System Red Green Blue C M Y K H S L
Decimal 40 49 234 0.83 0.79 0 0.08 237.22 0.82 0.54
Hex 28 31 EA 53 4F 0 8 ED 52 36
Octal 50 61 352 123 117 0 10 355 122 66
Binary 101000 110001 11101010 1010011 1001111 0 1000 11101101 1010010 110110

Color Harmonies of #2831EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2831EA

Black with #2831EA

Text Example


Text Example

White with #2831EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2831EA; }

 p { color: rgb(40,49,234); }

 H1.HeaderClassName
 {
   color: #2831EA;
 }
 .AnyTagClassName
 {
   color: #2831EA;
 }
</style>

background-color css

<style>
 a { background-color: #2831EA; }

 a { background-color: rgb(40,49,234); }

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

border-color css

<style>
 span { border-color: #2831EA; }

 span { border-color: rgb(40,49,234); }

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