Html Css Color HEX #2836AD Persian Blue

📋 copy color: '#2836AD'

red 40 ◦ green 54 ◦ blue 173

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

Shades of Persian Blue #2836AD

Tints of Persian Blue #2836AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 64.79%

R = 14.98%
G = 20.22%
B = 64.79%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2836AD (or 0x2836AD) is known color: Persian Blue. HEX triplet: 28, 36 and AD. RGB value is (40,54,173). Sum of RGB (Red+Green+Blue) = 40+54+173=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #2836AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2836AD is #D7C952. Grayscale: #3E3E3E. Windows color (decimal): -14141779 or 11351592. OLE color: 11351592.

HSL color Cylindrical-coordinate representation of color #2836AD: hue angle of 233.68º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2836AD is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 54 173 -
CMYK 0.77 0.69 0 0.32
HSL 233.68º 0.62% 0.42% -
HSV(B) 233.68º 0.77% 0.68% -
XYZ 9.74 6.11 40.2 -
YUV 63.38 189.86 111.32 -
System Red Green Blue C M Y K H S L
Decimal 40 54 173 0.77 0.69 0 0.32 233.68 0.62 0.42
Hex 28 36 AD 4D 45 0 20 EA 3E 2A
Octal 50 66 255 115 105 0 40 352 76 52
Binary 101000 110110 10101101 1001101 1000101 0 100000 11101010 111110 101010

Color Harmonies of #2836AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2836AD

Black with #2836AD

Text Example


Text Example

White with #2836AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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