Html Css Color HEX #2137BB Persian Blue

📋 copy color: '#2137BB'

red 33 ◦ green 55 ◦ blue 187

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

Shades of Persian Blue #2137BB

Tints of Persian Blue #2137BB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20%

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

R = 12%
G = 20%
B = 68%

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

#2137BB (or 0x2137BB) is known color: Persian Blue. HEX triplet: 21, 37 and BB. RGB value is (33,55,187). Sum of RGB (Red+Green+Blue) = 33+55+187=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #2137BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2137BB is #DEC844. Grayscale: #3E3E3E. Windows color (decimal): -14600261 or 12269345. OLE color: 12269345.

HSL color Cylindrical-coordinate representation of color #2137BB: hue angle of 231.43º 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 #2137BB is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 55 187 -
CMYK 0.82 0.71 0 0.27
HSL 231.43º 0.7% 0.43% -
HSV(B) 231.43º 0.82% 0.73% -
XYZ 10.96 6.64 47.72 -
YUV 63.47 197.71 106.27 -
System Red Green Blue C M Y K H S L
Decimal 33 55 187 0.82 0.71 0 0.27 231.43 0.7 0.43
Hex 21 37 BB 52 47 0 1B E7 46 2B
Octal 41 67 273 122 107 0 33 347 106 53
Binary 100001 110111 10111011 1010010 1000111 0 11011 11100111 1000110 101011

Color Harmonies of #2137BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2137BB

Black with #2137BB

Text Example


Text Example

White with #2137BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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