#2130AE

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

Shades of Persian Blue #2130AE

Tints of Persian Blue #2130AE

Color information

#2130AE (or 0x2130AE) is unknown color: approx Persian Blue. HEX triplet: 21, 30 and AE. RGB value is (33,48,174). Sum of RGB (Red+Green+Blue) = 33+48+174=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #2130AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2130AE is #DECF51. Grayscale: #393939. Windows color (decimal): -14602066 or 11415585. OLE color: 11415585.

HSL color Cylindrical-coordinate representation of color #2130AE: hue angle of 233.62º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2130AE is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3348174-
CMYK0.810.7200.32
HSL233.62º68.12%40.59%-
HSV(B)233.62º81.03%68.24%-
XYZ9.325.4940.61-
YUV57.88193.53110.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.94%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 174 (68.36% from 255) = 68.24%
R=12.94%
G=18.82%
B=68.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33481740.810.7200.32233.6268.1240.59
Hex2130AE5148020ea4429
Octal416025612111004035210451
Binary10000111000010101110101000110010000100000111010101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2130AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2130AE; }

 p { color: rgb(33,48,174); }

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

<style>
 a { background-color: #2130AE; }

 a { background-color: rgb(33,48,174); }

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

<style>
 span { border-color: #2130AE; }

 span { border-color: rgb(33,48,174); }

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