Html Css Color HEX #2836BE Persian Blue

📋 copy color: '#2836BE'

red 40 ◦ green 54 ◦ blue 190

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

Shades of Persian Blue #2836BE

Tints of Persian Blue #2836BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.9%

R = 14.08%
G = 19.01%
B = 66.9%

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

#2836BE (or 0x2836BE) is known color: Persian Blue. HEX triplet: 28, 36 and BE. RGB value is (40,54,190). Sum of RGB (Red+Green+Blue) = 40+54+190=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #2836BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2836BE is #D7C941. Grayscale: #404040. Windows color (decimal): -14141762 or 12465704. OLE color: 12465704.

HSL color Cylindrical-coordinate representation of color #2836BE: hue angle of 234.4º 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 #2836BE is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 54 190 -
CMYK 0.79 0.72 0 0.25
HSL 234.4º 0.65% 0.45% -
HSV(B) 234.4º 0.79% 0.75% -
XYZ 11.49 6.81 49.42 -
YUV 65.32 198.36 109.94 -
System Red Green Blue C M Y K H S L
Decimal 40 54 190 0.79 0.72 0 0.25 234.4 0.65 0.45
Hex 28 36 BE 4F 48 0 19 EA 41 2D
Octal 50 66 276 117 110 0 31 352 101 55
Binary 101000 110110 10111110 1001111 1001000 0 11001 11101010 1000001 101101

Color Harmonies of #2836BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2836BE

Black with #2836BE

Text Example


Text Example

White with #2836BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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