Html Css Color HEX #2137BC Persian Blue

📋 copy color: '#2137BC'

red 33 ◦ green 55 ◦ blue 188

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

Shades of Persian Blue #2137BC

Tints of Persian Blue #2137BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.12%

R = 11.96%
G = 19.93%
B = 68.12%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2137BC (or 0x2137BC) is known color: Persian Blue. HEX triplet: 21, 37 and BC. RGB value is (33,55,188). Sum of RGB (Red+Green+Blue) = 33+55+188=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #2137BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2137BC is #DEC843. Grayscale: #3F3F3F. Windows color (decimal): -14600260 or 12334881. OLE color: 12334881.

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

Color convert

RGB 33 55 188 -
CMYK 0.82 0.71 0 0.26
HSL 231.48º 0.7% 0.43% -
HSV(B) 231.48º 0.82% 0.74% -
XYZ 11.07 6.69 48.28 -
YUV 63.58 198.21 106.19 -
System Red Green Blue C M Y K H S L
Decimal 33 55 188 0.82 0.71 0 0.26 231.48 0.7 0.43
Hex 21 37 BC 52 47 0 1A E7 46 2B
Octal 41 67 274 122 107 0 32 347 106 53
Binary 100001 110111 10111100 1010010 1000111 0 11010 11100111 1000110 101011

Color Harmonies of #2137BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2137BC

Black with #2137BC

Text Example


Text Example

White with #2137BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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