Html Css Color HEX #2137DB Persian Blue

📋 copy color: '#2137DB'

red 33 ◦ green 55 ◦ blue 219

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

Shades of Persian Blue #2137DB

Tints of Persian Blue #2137DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 71.34%

R = 10.75%
G = 17.92%
B = 71.34%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2137DB (or 0x2137DB) is known color: Persian Blue. HEX triplet: 21, 37 and DB. RGB value is (33,55,219). Sum of RGB (Red+Green+Blue) = 33+55+219=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #2137DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2137DB is #DEC824. Grayscale: #424242. Windows color (decimal): -14600229 or 14366497. OLE color: 14366497.

HSL color Cylindrical-coordinate representation of color #2137DB: hue angle of 232.9º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2137DB is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 55 219 -
CMYK 0.85 0.75 0 0.14
HSL 232.9º 0.74% 0.49% -
HSV(B) 232.9º 0.85% 0.86% -
XYZ 14.78 8.17 67.82 -
YUV 67.12 213.71 103.66 -
System Red Green Blue C M Y K H S L
Decimal 33 55 219 0.85 0.75 0 0.14 232.9 0.74 0.49
Hex 21 37 DB 55 4B 0 E E9 4A 31
Octal 41 67 333 125 113 0 16 351 112 61
Binary 100001 110111 11011011 1010101 1001011 0 1110 11101001 1001010 110001

Color Harmonies of #2137DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2137DB

Black with #2137DB

Text Example


Text Example

White with #2137DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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