Html Css Color HEX #2826AB Persian Blue

📋 copy color: '#2826AB'

red 40 ◦ green 38 ◦ blue 171

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

Shades of Persian Blue #2826AB

Tints of Persian Blue #2826AB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.26%

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

R = 16.06%
G = 15.26%
B = 68.67%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2826AB (or 0x2826AB) is known color: Persian Blue. HEX triplet: 28, 26 and AB. RGB value is (40,38,171). Sum of RGB (Red+Green+Blue) = 40+38+171=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #2826AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2826AB is #D7D954. Grayscale: #353535. Windows color (decimal): -14145877 or 11216424. OLE color: 11216424.

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

Color convert

RGB 40 38 171 -
CMYK 0.77 0.78 0 0.33
HSL 240.9º 0.64% 0.41% -
HSV(B) 240.9º 0.78% 0.67% -
XYZ 8.92 4.78 38.98 -
YUV 53.76 194.16 118.19 -
System Red Green Blue C M Y K H S L
Decimal 40 38 171 0.77 0.78 0 0.33 240.9 0.64 0.41
Hex 28 26 AB 4D 4E 0 21 F1 40 29
Octal 50 46 253 115 116 0 41 361 100 51
Binary 101000 100110 10101011 1001101 1001110 0 100001 11110001 1000000 101001

Color Harmonies of #2826AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2826AB

Black with #2826AB

Text Example


Text Example

White with #2826AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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