#252AC8

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

Shades of Persian Blue #252AC8

Tints of Persian Blue #252AC8

Color information

#252AC8 (or 0x252AC8) is unknown color: approx Persian Blue. HEX triplet: 25, 2A and C8. RGB value is (37,42,200). Sum of RGB (Red+Green+Blue) = 37+42+200=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 200 (78.52% from 255 or 71.68% from 279); Max value from RGB is 200 - color contains mainly: blue. Hex color #252AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252AC8 is #DAD537. Grayscale: #393939. Windows color (decimal): -14341432 or 13117989. OLE color: 13117989.

HSL color Cylindrical-coordinate representation of color #252AC8: hue angle of 238.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 #252AC8 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3742200-
CMYK0.820.7900.22
HSL238.16º68.78%46.47%-
HSV(B)238.16º81.5%78.43%-
XYZ12.026.2255.21-
YUV58.52207.84112.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 42 (16.80% from 255) = 15.05%
BLUE value IS 200 (78.52% from 255) = 71.68%
R=13.26%
G=15.05%
B=71.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal37422000.820.7900.22238.1668.7846.47
Hex252AC8524F016ee452e
Octal455231012211702635610556
Binary1001011010101100100010100101001111010110111011101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252AC8; }

 p { color: rgb(37,42,200); }

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

<style>
 a { background-color: #252AC8; }

 a { background-color: rgb(37,42,200); }

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

<style>
 span { border-color: #252AC8; }

 span { border-color: rgb(37,42,200); }

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