Html Css Color HEX #2836DB Persian Blue

📋 copy color: '#2836DB'

red 40 ◦ green 54 ◦ blue 219

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

Shades of Persian Blue #2836DB

Tints of Persian Blue #2836DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.97%

R = 12.78%
G = 17.25%
B = 69.97%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2836DB (or 0x2836DB) is known color: Persian Blue. HEX triplet: 28, 36 and DB. RGB value is (40,54,219). Sum of RGB (Red+Green+Blue) = 40+54+219=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #2836DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2836DB is #D7C924. Grayscale: #434343. Windows color (decimal): -14141733 or 14366248. OLE color: 14366248.

HSL color Cylindrical-coordinate representation of color #2836DB: hue angle of 235.31º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2836DB is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 54 219 -
CMYK 0.82 0.75 0 0.14
HSL 235.31º 0.71% 0.51% -
HSV(B) 235.31º 0.82% 0.86% -
XYZ 14.98 8.2 67.81 -
YUV 68.62 212.86 107.58 -
System Red Green Blue C M Y K H S L
Decimal 40 54 219 0.82 0.75 0 0.14 235.31 0.71 0.51
Hex 28 36 DB 52 4B 0 E EB 47 33
Octal 50 66 333 122 113 0 16 353 107 63
Binary 101000 110110 11011011 1010010 1001011 0 1110 11101011 1000111 110011

Color Harmonies of #2836DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2836DB

Black with #2836DB

Text Example


Text Example

White with #2836DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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