#2530AB

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

Shades of Persian Blue #2530AB

Tints of Persian Blue #2530AB

Color information

#2530AB (or 0x2530AB) is unknown color: approx Persian Blue. HEX triplet: 25, 30 and AB. RGB value is (37,48,171). Sum of RGB (Red+Green+Blue) = 37+48+171=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #2530AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2530AB is #DACF54. Grayscale: #3A3A3A. Windows color (decimal): -14339925 or 11218981. OLE color: 11218981.

HSL color Cylindrical-coordinate representation of color #2530AB: hue angle of 235.07º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2530AB is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3748171-
CMYK0.780.7200.33
HSL235.07º64.42%40.78%-
HSV(B)235.07º78.36%67.06%-
XYZ9.175.4539.1-
YUV58.73191.36112.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 171 (67.19% from 255) = 66.80%
R=14.45%
G=18.75%
B=66.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37481710.780.7200.33235.0764.4240.78
Hex2530AB4E48021eb4029
Octal456025311611004135310051
Binary10010111000010101011100111010010000100001111010111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2530AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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