#2139C6

Color #2139C6 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2139C6

Tints of Persian Blue #2139C6

Color information

#2139C6 (or 0x2139C6) is unknown color: approx Persian Blue. HEX triplet: 21, 39 and C6. RGB value is (33,57,198). Sum of RGB (Red+Green+Blue) = 33+57+198=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 198 (77.73% from 255 or 68.75% from 288); Max value from RGB is 198 - color contains mainly: blue. Hex color #2139C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2139C6 is #DEC639. Grayscale: #414141. Windows color (decimal): -14599738 or 12990753. OLE color: 12990753.

HSL color Cylindrical-coordinate representation of color #2139C6: hue angle of 231.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2139C6 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3357198-
CMYK0.830.7100.22
HSL231.27º71.43%45.29%-
HSV(B)231.27º83.33%77.65%-
XYZ12.287.3354.19-
YUV65.9202.55104.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.46%
GREEN value IS 57 (22.66% from 255) = 19.79%
BLUE value IS 198 (77.73% from 255) = 68.75%
R=11.46%
G=19.79%
B=68.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal33571980.830.7100.22231.2771.4345.29
Hex2139C65347016e7472d
Octal417130612310702634710755
Binary1000011110011100011010100111000111010110111001111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2139C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2139C6; }

 p { color: rgb(33,57,198); }

 H1.HeaderClassName
 {
   color: #2139C6;
 }
 .AnyTagClassName
 {
   color: #2139C6;
 }
</style>
background-color css

<style>
 a { background-color: #2139C6; }

 a { background-color: rgb(33,57,198); }

 div.DivClassName
 {
   background-color: #2139C6;
 }
 .BgClassName
 {
   background-color: #2139C6;
 }
</style>
border-color css

<style>
 span { border-color: #2139C6; }

 span { border-color: rgb(33,57,198); }

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