#2131CC

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

Shades of Persian Blue #2131CC

Tints of Persian Blue #2131CC

Color information

#2131CC (or 0x2131CC) is unknown color: approx Persian Blue. HEX triplet: 21, 31 and CC. RGB value is (33,49,204). Sum of RGB (Red+Green+Blue) = 33+49+204=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #2131CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2131CC is #DECE33. Grayscale: #3D3D3D. Windows color (decimal): -14601780 or 13381921. OLE color: 13381921.

HSL color Cylindrical-coordinate representation of color #2131CC: hue angle of 234.39º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2131CC is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3349204-
CMYK0.840.7600.2
HSL234.39º72.15%46.47%-
HSV(B)234.39º83.82%80%-
XYZ12.626.8857.79-
YUV61.89208.2107.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 49 (19.53% from 255) = 17.13%
BLUE value IS 204 (80.08% from 255) = 71.33%
R=11.54%
G=17.13%
B=71.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33492040.840.7600.2234.3972.1546.47
Hex2131CC544C014ea482e
Octal416131412411402435211056
Binary1000011100011100110010101001001100010100111010101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2131CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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