#2530DA

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

Shades of Persian Blue #2530DA

Tints of Persian Blue #2530DA

Color information

#2530DA (or 0x2530DA) is unknown color: approx Persian Blue. HEX triplet: 25, 30 and DA. RGB value is (37,48,218). Sum of RGB (Red+Green+Blue) = 37+48+218=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #2530DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2530DA is #DACF25. Grayscale: #3F3F3F. Windows color (decimal): -14339878 or 14299173. OLE color: 14299173.

HSL color Cylindrical-coordinate representation of color #2530DA: hue angle of 236.35º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2530DA is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3748218-
CMYK0.830.7800.15
HSL236.35º70.98%50%-
HSV(B)236.35º83.03%85.49%-
XYZ14.477.5767.03-
YUV64.09214.86108.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.21%
GREEN value IS 48 (19.14% from 255) = 15.84%
BLUE value IS 218 (85.55% from 255) = 71.95%
R=12.21%
G=15.84%
B=71.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal37482180.830.7800.15236.3570.9850
Hex2530DA534E0Fec4732
Octal456033212311601735410762
Binary100101110000110110101010011100111001111111011001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2530DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2530DA; }

 p { color: rgb(37,48,218); }

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

<style>
 a { background-color: #2530DA; }

 a { background-color: rgb(37,48,218); }

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

<style>
 span { border-color: #2530DA; }

 span { border-color: rgb(37,48,218); }

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