Html Css Color HEX #2824DB Persian Blue

📋 copy color: '#2824DB'

red 40 ◦ green 36 ◦ blue 219

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

Shades of Persian Blue #2824DB

Tints of Persian Blue #2824DB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.2%

 BLUE value IS 219 (85.94% from 255) = 74.24%

R = 13.56%
G = 12.2%
B = 74.24%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2824DB (or 0x2824DB) is known color: Persian Blue. HEX triplet: 28, 24 and DB. RGB value is (40,36,219). Sum of RGB (Red+Green+Blue) = 40+36+219=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #2824DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2824DB is #D7DB24. Grayscale: #393939. Windows color (decimal): -14146341 or 14361640. OLE color: 14361640.

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

Color convert

RGB 40 36 219 -
CMYK 0.82 0.84 0 0.14
HSL 241.31º 0.72% 0.5% -
HSV(B) 241.31º 0.84% 0.86% -
XYZ 14.29 6.83 67.58 -
YUV 58.06 218.83 115.12 -
System Red Green Blue C M Y K H S L
Decimal 40 36 219 0.82 0.84 0 0.14 241.31 0.72 0.5
Hex 28 24 DB 52 54 0 E F1 48 32
Octal 50 44 333 122 124 0 16 361 110 62
Binary 101000 100100 11011011 1010010 1010100 0 1110 11110001 1001000 110010

Color Harmonies of #2824DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2824DB

Black with #2824DB

Text Example


Text Example

White with #2824DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2824DB; }

 p { color: rgb(40,36,219); }

 H1.HeaderClassName
 {
   color: #2824DB;
 }
 .AnyTagClassName
 {
   color: #2824DB;
 }
</style>

background-color css

<style>
 a { background-color: #2824DB; }

 a { background-color: rgb(40,36,219); }

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

border-color css

<style>
 span { border-color: #2824DB; }

 span { border-color: rgb(40,36,219); }

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