Html Css Color HEX #2136D1 Persian Blue

📋 copy color: '#2136D1'

red 33 ◦ green 54 ◦ blue 209

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

Shades of Persian Blue #2136D1

Tints of Persian Blue #2136D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 70.61%

R = 11.15%
G = 18.24%
B = 70.61%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2136D1 (or 0x2136D1) is known color: Persian Blue. HEX triplet: 21, 36 and D1. RGB value is (33,54,209). Sum of RGB (Red+Green+Blue) = 33+54+209=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 209 (82.03% from 255 or 70.61% from 296); Max value from RGB is 209 - color contains mainly: blue. Hex color #2136D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2136D1 is #DEC92E. Grayscale: #404040. Windows color (decimal): -14600495 or 13710881. OLE color: 13710881.

HSL color Cylindrical-coordinate representation of color #2136D1: hue angle of 232.84º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2136D1 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 54 209 -
CMYK 0.84 0.74 0 0.18
HSL 232.84º 0.73% 0.47% -
HSV(B) 232.84º 0.84% 0.82% -
XYZ 13.45 7.57 61.07 -
YUV 65.39 209.04 104.9 -
System Red Green Blue C M Y K H S L
Decimal 33 54 209 0.84 0.74 0 0.18 232.84 0.73 0.47
Hex 21 36 D1 54 4A 0 12 E9 49 2F
Octal 41 66 321 124 112 0 22 351 111 57
Binary 100001 110110 11010001 1010100 1001010 0 10010 11101001 1001001 101111

Color Harmonies of #2136D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2136D1

Black with #2136D1

Text Example


Text Example

White with #2136D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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