#2532C6

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

Shades of Persian Blue #2532C6

Tints of Persian Blue #2532C6

Color information

#2532C6 (or 0x2532C6) is unknown color: approx Persian Blue. HEX triplet: 25, 32 and C6. RGB value is (37,50,198). Sum of RGB (Red+Green+Blue) = 37+50+198=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 198 (77.73% from 255 or 69.47% from 285); Max value from RGB is 198 - color contains mainly: blue. Hex color #2532C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2532C6 is #DACD39. Grayscale: #3E3E3E. Windows color (decimal): -14339386 or 12988965. OLE color: 12988965.

HSL color Cylindrical-coordinate representation of color #2532C6: hue angle of 235.16º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2532C6 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3750198-
CMYK0.810.7500.22
HSL235.16º68.51%46.08%-
HSV(B)235.16º81.31%77.65%-
XYZ12.16.7554.09-
YUV62.98204.19109.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.98%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 198 (77.73% from 255) = 69.47%
R=12.98%
G=17.54%
B=69.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal37501980.810.7500.22235.1668.5146.08
Hex2532C6514B016eb452e
Octal456230612111302635310556
Binary1001011100101100011010100011001011010110111010111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2532C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2532C6; }

 p { color: rgb(37,50,198); }

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

<style>
 a { background-color: #2532C6; }

 a { background-color: rgb(37,50,198); }

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

<style>
 span { border-color: #2532C6; }

 span { border-color: rgb(37,50,198); }

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