#2523BE

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

Shades of Persian Blue #2523BE

Tints of Persian Blue #2523BE

Color information

#2523BE (or 0x2523BE) is unknown color: approx Persian Blue. HEX triplet: 25, 23 and BE. RGB value is (37,35,190). Sum of RGB (Red+Green+Blue) = 37+35+190=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 190 (74.61% from 255 or 72.52% from 262); Max value from RGB is 190 - color contains mainly: blue. Hex color #2523BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2523BE is #DADC41. Grayscale: #343434. Windows color (decimal): -14343234 or 12460837. OLE color: 12460837.

HSL color Cylindrical-coordinate representation of color #2523BE: hue angle of 240.77º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2523BE is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3735190-
CMYK0.810.8200.25
HSL240.77º68.89%44.12%-
HSV(B)240.77º81.58%74.51%-
XYZ10.665.3149.18-
YUV53.27205.16116.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.12%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 190 (74.61% from 255) = 72.52%
R=14.12%
G=13.36%
B=72.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37351900.810.8200.25240.7768.8944.12
Hex2523BE5152019f1452c
Octal454327612112203136110554
Binary1001011000111011111010100011010010011001111100011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2523BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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