Html Css Color HEX #2136BB Persian Blue

📋 copy color: '#2136BB'

red 33 ◦ green 54 ◦ blue 187

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

Shades of Persian Blue #2136BB

Tints of Persian Blue #2136BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68.25%

R = 12.04%
G = 19.71%
B = 68.25%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2136BB (or 0x2136BB) is known color: Persian Blue. HEX triplet: 21, 36 and BB. RGB value is (33,54,187). Sum of RGB (Red+Green+Blue) = 33+54+187=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #2136BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2136BB is #DEC944. Grayscale: #3E3E3E. Windows color (decimal): -14600517 or 12269089. OLE color: 12269089.

HSL color Cylindrical-coordinate representation of color #2136BB: hue angle of 231.82º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2136BB is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 54 187 -
CMYK 0.82 0.71 0 0.27
HSL 231.82º 0.7% 0.43% -
HSV(B) 231.82º 0.82% 0.73% -
XYZ 10.92 6.55 47.7 -
YUV 62.88 198.04 106.69 -
System Red Green Blue C M Y K H S L
Decimal 33 54 187 0.82 0.71 0 0.27 231.82 0.7 0.43
Hex 21 36 BB 52 47 0 1B E8 46 2B
Octal 41 66 273 122 107 0 33 350 106 53
Binary 100001 110110 10111011 1010010 1000111 0 11011 11101000 1000110 101011

Color Harmonies of #2136BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2136BB

Black with #2136BB

Text Example


Text Example

White with #2136BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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