#2526CE

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

Shades of Persian Blue #2526CE

Tints of Persian Blue #2526CE

Color information

#2526CE (or 0x2526CE) is unknown color: approx Persian Blue. HEX triplet: 25, 26 and CE. RGB value is (37,38,206). Sum of RGB (Red+Green+Blue) = 37+38+206=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #2526CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2526CE is #DAD931. Grayscale: #383838. Windows color (decimal): -14342450 or 13510181. OLE color: 13510181.

HSL color Cylindrical-coordinate representation of color #2526CE: hue angle of 239.64º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2526CE is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3738206-
CMYK0.820.8200.19
HSL239.64º69.55%47.65%-
HSV(B)239.64º82.04%80.78%-
XYZ12.66.2458.93-
YUV56.85212.17113.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.17%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 206 (80.86% from 255) = 73.31%
R=13.17%
G=13.52%
B=73.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal37382060.820.8200.19239.6469.5547.65
Hex2526CE5252013f04630
Octal454631612212202336010660
Binary1001011001101100111010100101010010010011111100001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2526CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2526CE; }

 p { color: rgb(37,38,206); }

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

<style>
 a { background-color: #2526CE; }

 a { background-color: rgb(37,38,206); }

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

<style>
 span { border-color: #2526CE; }

 span { border-color: rgb(37,38,206); }

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