#2529B4

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

Shades of Persian Blue #2529B4

Tints of Persian Blue #2529B4

Color information

#2529B4 (or 0x2529B4) is unknown color: approx Persian Blue. HEX triplet: 25, 29 and B4. RGB value is (37,41,180). Sum of RGB (Red+Green+Blue) = 37+41+180=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 180 (70.70% from 255 or 69.77% from 258); Max value from RGB is 180 - color contains mainly: blue. Hex color #2529B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2529B4 is #DAD64B. Grayscale: #373737. Windows color (decimal): -14341708 or 11807013. OLE color: 11807013.

HSL color Cylindrical-coordinate representation of color #2529B4: hue angle of 238.32º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2529B4 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3741180-
CMYK0.790.7700.29
HSL238.32º65.9%42.55%-
HSV(B)238.32º79.44%70.59%-
XYZ9.795.2743.68-
YUV55.65198.17114.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 180 (70.70% from 255) = 69.77%
R=14.34%
G=15.89%
B=69.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37411800.790.7700.29238.3265.942.55
Hex2529B44F4D01Dee422b
Octal455126411711503535610253
Binary1001011010011011010010011111001101011101111011101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2529B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2529B4; }

 p { color: rgb(37,41,180); }

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

<style>
 a { background-color: #2529B4; }

 a { background-color: rgb(37,41,180); }

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

<style>
 span { border-color: #2529B4; }

 span { border-color: rgb(37,41,180); }

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