Html Css Color HEX #2836AB Persian Blue

📋 copy color: '#2836AB'

red 40 ◦ green 54 ◦ blue 171

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

Shades of Persian Blue #2836AB

Tints of Persian Blue #2836AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.38%

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

R = 15.09%
G = 20.38%
B = 64.53%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2836AB (or 0x2836AB) is known color: Persian Blue. HEX triplet: 28, 36 and AB. RGB value is (40,54,171). Sum of RGB (Red+Green+Blue) = 40+54+171=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #2836AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2836AB is #D7C954. Grayscale: #3E3E3E. Windows color (decimal): -14141781 or 11220520. OLE color: 11220520.

HSL color Cylindrical-coordinate representation of color #2836AB: hue angle of 233.59º 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 #2836AB is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 54 171 -
CMYK 0.77 0.68 0 0.33
HSL 233.59º 0.62% 0.41% -
HSV(B) 233.59º 0.77% 0.67% -
XYZ 9.54 6.03 39.19 -
YUV 63.15 188.86 111.49 -
System Red Green Blue C M Y K H S L
Decimal 40 54 171 0.77 0.68 0 0.33 233.59 0.62 0.41
Hex 28 36 AB 4D 44 0 21 EA 3E 29
Octal 50 66 253 115 104 0 41 352 76 51
Binary 101000 110110 10101011 1001101 1000100 0 100001 11101010 111110 101001

Color Harmonies of #2836AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2836AB

Black with #2836AB

Text Example


Text Example

White with #2836AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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