Html Css Color HEX #2831DC Persian Blue

📋 copy color: '#2831DC'

red 40 ◦ green 49 ◦ blue 220

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

Shades of Persian Blue #2831DC

Tints of Persian Blue #2831DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 71.2%

R = 12.94%
G = 15.86%
B = 71.2%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2831DC (or 0x2831DC) is known color: Persian Blue. HEX triplet: 28, 31 and DC. RGB value is (40,49,220). Sum of RGB (Red+Green+Blue) = 40+49+220=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #2831DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2831DC is #D7CE23. Grayscale: #414141. Windows color (decimal): -14143012 or 14430504. OLE color: 14430504.

HSL color Cylindrical-coordinate representation of color #2831DC: hue angle of 237º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2831DC is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 49 220 -
CMYK 0.82 0.78 0 0.14
HSL 237º 0.72% 0.51% -
HSV(B) 237º 0.82% 0.86% -
XYZ 14.89 7.82 68.43 -
YUV 65.8 215.02 109.6 -
System Red Green Blue C M Y K H S L
Decimal 40 49 220 0.82 0.78 0 0.14 237 0.72 0.51
Hex 28 31 DC 52 4E 0 E ED 48 33
Octal 50 61 334 122 116 0 16 355 110 63
Binary 101000 110001 11011100 1010010 1001110 0 1110 11101101 1001000 110011

Color Harmonies of #2831DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2831DC

Black with #2831DC

Text Example


Text Example

White with #2831DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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