Html Css Color HEX #2824CE Persian Blue

📋 copy color: '#2824CE'

red 40 ◦ green 36 ◦ blue 206

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

Shades of Persian Blue #2824CE

Tints of Persian Blue #2824CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 73.05%

R = 14.18%
G = 12.77%
B = 73.05%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2824CE (or 0x2824CE) is known color: Persian Blue. HEX triplet: 28, 24 and CE. RGB value is (40,36,206). Sum of RGB (Red+Green+Blue) = 40+36+206=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #2824CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2824CE is #D7DB31. Grayscale: #373737. Windows color (decimal): -14146354 or 13509672. OLE color: 13509672.

HSL color Cylindrical-coordinate representation of color #2824CE: hue angle of 241.41º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2824CE is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 36 206 -
CMYK 0.81 0.83 0 0.19
HSL 241.41º 0.7% 0.47% -
HSV(B) 241.41º 0.83% 0.81% -
XYZ 12.65 6.17 58.92 -
YUV 56.58 212.33 116.18 -
System Red Green Blue C M Y K H S L
Decimal 40 36 206 0.81 0.83 0 0.19 241.41 0.7 0.47
Hex 28 24 CE 51 53 0 13 F1 46 2F
Octal 50 44 316 121 123 0 23 361 106 57
Binary 101000 100100 11001110 1010001 1010011 0 10011 11110001 1000110 101111

Color Harmonies of #2824CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2824CE

Black with #2824CE

Text Example


Text Example

White with #2824CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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