Html Css Color HEX #2831D0 Persian Blue

📋 copy color: '#2831D0'

red 40 ◦ green 49 ◦ blue 208

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

Shades of Persian Blue #2831D0

Tints of Persian Blue #2831D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 70.03%

R = 13.47%
G = 16.5%
B = 70.03%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2831D0 (or 0x2831D0) is known color: Persian Blue. HEX triplet: 28, 31 and D0. RGB value is (40,49,208). Sum of RGB (Red+Green+Blue) = 40+49+208=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 208 (81.64% from 255 or 70.03% from 297); Max value from RGB is 208 - color contains mainly: blue. Hex color #2831D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2831D0 is #D7CE2F. Grayscale: #3F3F3F. Windows color (decimal): -14143024 or 13644072. OLE color: 13644072.

HSL color Cylindrical-coordinate representation of color #2831D0: hue angle of 236.79º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2831D0 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 49 208 -
CMYK 0.81 0.76 0 0.18
HSL 236.79º 0.68% 0.49% -
HSV(B) 236.79º 0.81% 0.82% -
XYZ 13.36 7.2 60.36 -
YUV 64.44 209.02 110.57 -
System Red Green Blue C M Y K H S L
Decimal 40 49 208 0.81 0.76 0 0.18 236.79 0.68 0.49
Hex 28 31 D0 51 4C 0 12 ED 44 31
Octal 50 61 320 121 114 0 22 355 104 61
Binary 101000 110001 11010000 1010001 1001100 0 10010 11101101 1000100 110001

Color Harmonies of #2831D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2831D0

Black with #2831D0

Text Example


Text Example

White with #2831D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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