Html Css Color HEX #2840AB Persian Blue

📋 copy color: '#2840AB'

red 40 ◦ green 64 ◦ blue 171

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

Shades of Persian Blue #2840AB

Tints of Persian Blue #2840AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.18%

R = 14.55%
G = 23.27%
B = 62.18%

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

#2840AB (or 0x2840AB) is known color: Persian Blue. HEX triplet: 28, 40 and AB. RGB value is (40,64,171). Sum of RGB (Red+Green+Blue) = 40+64+171=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #2840AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2840AB is #D7BF54. Grayscale: #444444. Windows color (decimal): -14139221 or 11223080. OLE color: 11223080.

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

Color convert

RGB 40 64 171 -
CMYK 0.77 0.63 0 0.33
HSL 229.01º 0.62% 0.41% -
HSV(B) 229.01º 0.77% 0.67% -
XYZ 10.06 7.06 39.36 -
YUV 69.02 185.55 107.3 -
System Red Green Blue C M Y K H S L
Decimal 40 64 171 0.77 0.63 0 0.33 229.01 0.62 0.41
Hex 28 40 AB 4D 3F 0 21 E5 3E 29
Octal 50 100 253 115 77 0 41 345 76 51
Binary 101000 1000000 10101011 1001101 111111 0 100001 11100101 111110 101001

Color Harmonies of #2840AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2840AB

Black with #2840AB

Text Example


Text Example

White with #2840AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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