Html Css Color HEX #2824CB Persian Blue

📋 copy color: '#2824CB'

red 40 ◦ green 36 ◦ blue 203

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

Shades of Persian Blue #2824CB

Tints of Persian Blue #2824CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 72.76%

R = 14.34%
G = 12.9%
B = 72.76%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2824CB (or 0x2824CB) is known color: Persian Blue. HEX triplet: 28, 24 and CB. RGB value is (40,36,203). Sum of RGB (Red+Green+Blue) = 40+36+203=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #2824CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2824CB is #D7DB34. Grayscale: #373737. Windows color (decimal): -14146357 or 13313064. OLE color: 13313064.

HSL color Cylindrical-coordinate representation of color #2824CB: hue angle of 241.44º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2824CB is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 36 203 -
CMYK 0.80 0.82 0 0.20
HSL 241.44º 0.7% 0.47% -
HSV(B) 241.44º 0.82% 0.8% -
XYZ 12.29 6.02 57.02 -
YUV 56.23 210.83 116.42 -
System Red Green Blue C M Y K H S L
Decimal 40 36 203 0.80 0.82 0 0.20 241.44 0.7 0.47
Hex 28 24 CB 50 52 0 14 F1 46 2F
Octal 50 44 313 120 122 0 24 361 106 57
Binary 101000 100100 11001011 1010000 1010010 0 10100 11110001 1000110 101111

Color Harmonies of #2824CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2824CB

Black with #2824CB

Text Example


Text Example

White with #2824CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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