Html Css Color HEX #2824D5 Persian Blue

📋 copy color: '#2824D5'

red 40 ◦ green 36 ◦ blue 213

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

Shades of Persian Blue #2824D5

Tints of Persian Blue #2824D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 73.7%

R = 13.84%
G = 12.46%
B = 73.7%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2824D5 (or 0x2824D5) is known color: Persian Blue. HEX triplet: 28, 24 and D5. RGB value is (40,36,213). Sum of RGB (Red+Green+Blue) = 40+36+213=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 213 (83.59% from 255 or 73.70% from 289); Max value from RGB is 213 - color contains mainly: blue. Hex color #2824D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2824D5 is #D7DB2A. Grayscale: #383838. Windows color (decimal): -14146347 or 13968424. OLE color: 13968424.

HSL color Cylindrical-coordinate representation of color #2824D5: hue angle of 241.36º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2824D5 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 36 213 -
CMYK 0.81 0.83 0 0.16
HSL 241.36º 0.71% 0.49% -
HSV(B) 241.36º 0.83% 0.84% -
XYZ 13.52 6.52 63.5 -
YUV 57.37 215.83 115.61 -
System Red Green Blue C M Y K H S L
Decimal 40 36 213 0.81 0.83 0 0.16 241.36 0.71 0.49
Hex 28 24 D5 51 53 0 10 F1 47 31
Octal 50 44 325 121 123 0 20 361 107 61
Binary 101000 100100 11010101 1010001 1010011 0 10000 11110001 1000111 110001

Color Harmonies of #2824D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2824D5

Black with #2824D5

Text Example


Text Example

White with #2824D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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