Html Css Color HEX #2136DB Persian Blue

📋 copy color: '#2136DB'

red 33 ◦ green 54 ◦ blue 219

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

Shades of Persian Blue #2136DB

Tints of Persian Blue #2136DB

RGB

 RED value IS 33 (13.28% from 255) = 10.78%

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

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

R = 10.78%
G = 17.65%
B = 71.57%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2136DB (or 0x2136DB) is known color: Persian Blue. HEX triplet: 21, 36 and DB. RGB value is (33,54,219). Sum of RGB (Red+Green+Blue) = 33+54+219=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #2136DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2136DB is #DEC924. Grayscale: #414141. Windows color (decimal): -14600485 or 14366241. OLE color: 14366241.

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

Color convert

RGB 33 54 219 -
CMYK 0.85 0.75 0 0.14
HSL 233.23º 0.74% 0.49% -
HSV(B) 233.23º 0.85% 0.86% -
XYZ 14.73 8.08 67.8 -
YUV 66.53 214.04 104.08 -
System Red Green Blue C M Y K H S L
Decimal 33 54 219 0.85 0.75 0 0.14 233.23 0.74 0.49
Hex 21 36 DB 55 4B 0 E E9 4A 31
Octal 41 66 333 125 113 0 16 351 112 61
Binary 100001 110110 11011011 1010101 1001011 0 1110 11101001 1001010 110001

Color Harmonies of #2136DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2136DB

Black with #2136DB

Text Example


Text Example

White with #2136DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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