#2131C6

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

Shades of Persian Blue #2131C6

Tints of Persian Blue #2131C6

Color information

#2131C6 (or 0x2131C6) is unknown color: approx Persian Blue. HEX triplet: 21, 31 and C6. RGB value is (33,49,198). Sum of RGB (Red+Green+Blue) = 33+49+198=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 198 (77.73% from 255 or 70.71% from 280); Max value from RGB is 198 - color contains mainly: blue. Hex color #2131C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2131C6 is #DECE39. Grayscale: #3C3C3C. Windows color (decimal): -14601786 or 12988705. OLE color: 12988705.

HSL color Cylindrical-coordinate representation of color #2131C6: hue angle of 234.18º 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 #2131C6 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3349198-
CMYK0.830.7500.22
HSL234.18º71.43%45.29%-
HSV(B)234.18º83.33%77.65%-
XYZ11.926.654.07-
YUV61.2205.2107.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 49 (19.53% from 255) = 17.5%
BLUE value IS 198 (77.73% from 255) = 70.71%
R=11.79%
G=17.5%
B=70.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal33491980.830.7500.22234.1871.4345.29
Hex2131C6534B016ea472d
Octal416130612311302635210755
Binary1000011100011100011010100111001011010110111010101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2131C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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