Html Css Color HEX #2840AC Persian Blue

📋 copy color: '#2840AC'

red 40 ◦ green 64 ◦ blue 172

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

Shades of Persian Blue #2840AC

Tints of Persian Blue #2840AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.19%

 BLUE value IS 172 (67.58% from 255) = 62.32%

R = 14.49%
G = 23.19%
B = 62.32%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2840AC (or 0x2840AC) is known color: Persian Blue. HEX triplet: 28, 40 and AC. RGB value is (40,64,172). Sum of RGB (Red+Green+Blue) = 40+64+172=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #2840AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2840AC is #D7BF53. Grayscale: #444444. Windows color (decimal): -14139220 or 11288616. OLE color: 11288616.

HSL color Cylindrical-coordinate representation of color #2840AC: hue angle of 229.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2840AC is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 64 172 -
CMYK 0.77 0.63 0 0.33
HSL 229.09º 0.62% 0.42% -
HSV(B) 229.09º 0.77% 0.67% -
XYZ 10.15 7.1 39.86 -
YUV 69.14 186.05 107.22 -
System Red Green Blue C M Y K H S L
Decimal 40 64 172 0.77 0.63 0 0.33 229.09 0.62 0.42
Hex 28 40 AC 4D 3F 0 21 E5 3E 2A
Octal 50 100 254 115 77 0 41 345 76 52
Binary 101000 1000000 10101100 1001101 111111 0 100001 11100101 111110 101010

Color Harmonies of #2840AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2840AC

Black with #2840AC

Text Example


Text Example

White with #2840AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2840AC; }

 p { color: rgb(40,64,172); }

 H1.HeaderClassName
 {
   color: #2840AC;
 }
 .AnyTagClassName
 {
   color: #2840AC;
 }
</style>

background-color css

<style>
 a { background-color: #2840AC; }

 a { background-color: rgb(40,64,172); }

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

border-color css

<style>
 span { border-color: #2840AC; }

 span { border-color: rgb(40,64,172); }

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