Html Css Color HEX #2137CE Persian Blue

📋 copy color: '#2137CE'

red 33 ◦ green 55 ◦ blue 206

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

Shades of Persian Blue #2137CE

Tints of Persian Blue #2137CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.07%

R = 11.22%
G = 18.71%
B = 70.07%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2137CE (or 0x2137CE) is known color: Persian Blue. HEX triplet: 21, 37 and CE. RGB value is (33,55,206). Sum of RGB (Red+Green+Blue) = 33+55+206=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #2137CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2137CE is #DEC831. Grayscale: #414141. Windows color (decimal): -14600242 or 13514529. OLE color: 13514529.

HSL color Cylindrical-coordinate representation of color #2137CE: hue angle of 232.37º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2137CE is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 55 206 -
CMYK 0.84 0.73 0 0.19
HSL 232.37º 0.72% 0.47% -
HSV(B) 232.37º 0.84% 0.81% -
XYZ 13.13 7.51 59.15 -
YUV 65.64 207.21 104.72 -
System Red Green Blue C M Y K H S L
Decimal 33 55 206 0.84 0.73 0 0.19 232.37 0.72 0.47
Hex 21 37 CE 54 49 0 13 E8 48 2F
Octal 41 67 316 124 111 0 23 350 110 57
Binary 100001 110111 11001110 1010100 1001001 0 10011 11101000 1001000 101111

Color Harmonies of #2137CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2137CE

Black with #2137CE

Text Example


Text Example

White with #2137CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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