Html Css Color HEX #2824BC Persian Blue

📋 copy color: '#2824BC'

red 40 ◦ green 36 ◦ blue 188

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

Shades of Persian Blue #2824BC

Tints of Persian Blue #2824BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 71.21%

R = 15.15%
G = 13.64%
B = 71.21%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2824BC (or 0x2824BC) is known color: Persian Blue. HEX triplet: 28, 24 and BC. RGB value is (40,36,188). Sum of RGB (Red+Green+Blue) = 40+36+188=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #2824BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2824BC is #D7DB43. Grayscale: #353535. Windows color (decimal): -14146372 or 12330024. OLE color: 12330024.

HSL color Cylindrical-coordinate representation of color #2824BC: hue angle of 241.58º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2824BC is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 36 188 -
CMYK 0.79 0.81 0 0.26
HSL 241.58º 0.68% 0.44% -
HSV(B) 241.58º 0.81% 0.74% -
XYZ 10.58 5.34 48.05 -
YUV 54.52 203.33 117.64 -
System Red Green Blue C M Y K H S L
Decimal 40 36 188 0.79 0.81 0 0.26 241.58 0.68 0.44
Hex 28 24 BC 4F 51 0 1A F2 44 2C
Octal 50 44 274 117 121 0 32 362 104 54
Binary 101000 100100 10111100 1001111 1010001 0 11010 11110010 1000100 101100

Color Harmonies of #2824BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2824BC

Black with #2824BC

Text Example


Text Example

White with #2824BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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