#2523B6

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

Shades of Persian Blue #2523B6

Tints of Persian Blue #2523B6

Color information

#2523B6 (or 0x2523B6) is unknown color: approx Persian Blue. HEX triplet: 25, 23 and B6. RGB value is (37,35,182). Sum of RGB (Red+Green+Blue) = 37+35+182=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 182 (71.48% from 255 or 71.65% from 254); Max value from RGB is 182 - color contains mainly: blue. Hex color #2523B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2523B6 is #DADC49. Grayscale: #333333. Windows color (decimal): -14343242 or 11936549. OLE color: 11936549.

HSL color Cylindrical-coordinate representation of color #2523B6: hue angle of 240.82º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2523B6 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3735182-
CMYK0.800.8100.29
HSL240.82º67.74%42.55%-
HSV(B)240.82º80.77%71.37%-
XYZ9.814.9744.7-
YUV52.36201.16117.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.57%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 182 (71.48% from 255) = 71.65%
R=14.57%
G=13.78%
B=71.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37351820.800.8100.29240.8267.7442.55
Hex2523B6505101Df1442b
Octal454326612012103536110453
Binary1001011000111011011010100001010001011101111100011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2523B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2523B6; }

 p { color: rgb(37,35,182); }

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

<style>
 a { background-color: #2523B6; }

 a { background-color: rgb(37,35,182); }

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

<style>
 span { border-color: #2523B6; }

 span { border-color: rgb(37,35,182); }

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