Html Css Color HEX #2836BF Persian Blue

📋 copy color: '#2836BF'

red 40 ◦ green 54 ◦ blue 191

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

Shades of Persian Blue #2836BF

Tints of Persian Blue #2836BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.02%

R = 14.04%
G = 18.95%
B = 67.02%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2836BF (or 0x2836BF) is known color: Persian Blue. HEX triplet: 28, 36 and BF. RGB value is (40,54,191). Sum of RGB (Red+Green+Blue) = 40+54+191=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #2836BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2836BF is #D7C940. Grayscale: #404040. Windows color (decimal): -14141761 or 12531240. OLE color: 12531240.

HSL color Cylindrical-coordinate representation of color #2836BF: hue angle of 234.44º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2836BF is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 54 191 -
CMYK 0.79 0.72 0 0.25
HSL 234.44º 0.65% 0.45% -
HSV(B) 234.44º 0.79% 0.75% -
XYZ 11.6 6.85 50 -
YUV 65.43 198.86 109.86 -
System Red Green Blue C M Y K H S L
Decimal 40 54 191 0.79 0.72 0 0.25 234.44 0.65 0.45
Hex 28 36 BF 4F 48 0 19 EA 41 2D
Octal 50 66 277 117 110 0 31 352 101 55
Binary 101000 110110 10111111 1001111 1001000 0 11001 11101010 1000001 101101

Color Harmonies of #2836BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2836BF

Black with #2836BF

Text Example


Text Example

White with #2836BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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