Html Css Color HEX #2136D6 Persian Blue

📋 copy color: '#2136D6'

red 33 ◦ green 54 ◦ blue 214

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

Shades of Persian Blue #2136D6

Tints of Persian Blue #2136D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 71.1%

R = 10.96%
G = 17.94%
B = 71.1%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2136D6 (or 0x2136D6) is known color: Persian Blue. HEX triplet: 21, 36 and D6. RGB value is (33,54,214). Sum of RGB (Red+Green+Blue) = 33+54+214=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 214 (83.98% from 255 or 71.10% from 301); Max value from RGB is 214 - color contains mainly: blue. Hex color #2136D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2136D6 is #DEC929. Grayscale: #414141. Windows color (decimal): -14600490 or 14038561. OLE color: 14038561.

HSL color Cylindrical-coordinate representation of color #2136D6: hue angle of 233.04º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2136D6 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 54 214 -
CMYK 0.85 0.75 0 0.16
HSL 233.04º 0.73% 0.48% -
HSV(B) 233.04º 0.85% 0.84% -
XYZ 14.08 7.82 64.38 -
YUV 65.96 211.54 104.49 -
System Red Green Blue C M Y K H S L
Decimal 33 54 214 0.85 0.75 0 0.16 233.04 0.73 0.48
Hex 21 36 D6 55 4B 0 10 E9 49 30
Octal 41 66 326 125 113 0 20 351 111 60
Binary 100001 110110 11010110 1010101 1001011 0 10000 11101001 1001001 110000

Color Harmonies of #2136D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2136D6

Black with #2136D6

Text Example


Text Example

White with #2136D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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