Html Css Color HEX #2836BA Persian Blue

📋 copy color: '#2836BA'

red 40 ◦ green 54 ◦ blue 186

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

Shades of Persian Blue #2836BA

Tints of Persian Blue #2836BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.43%

R = 14.29%
G = 19.29%
B = 66.43%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2836BA (or 0x2836BA) is known color: Persian Blue. HEX triplet: 28, 36 and BA. RGB value is (40,54,186). Sum of RGB (Red+Green+Blue) = 40+54+186=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #2836BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2836BA is #D7C945. Grayscale: #404040. Windows color (decimal): -14141766 or 12203560. OLE color: 12203560.

HSL color Cylindrical-coordinate representation of color #2836BA: hue angle of 234.25º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2836BA is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 54 186 -
CMYK 0.78 0.71 0 0.27
HSL 234.25º 0.65% 0.44% -
HSV(B) 234.25º 0.78% 0.73% -
XYZ 11.06 6.63 47.15 -
YUV 64.86 196.36 110.27 -
System Red Green Blue C M Y K H S L
Decimal 40 54 186 0.78 0.71 0 0.27 234.25 0.65 0.44
Hex 28 36 BA 4E 47 0 1B EA 41 2C
Octal 50 66 272 116 107 0 33 352 101 54
Binary 101000 110110 10111010 1001110 1000111 0 11011 11101010 1000001 101100

Color Harmonies of #2836BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2836BA

Black with #2836BA

Text Example


Text Example

White with #2836BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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