#252CD0

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

Shades of Persian Blue #252CD0

Tints of Persian Blue #252CD0

Color information

#252CD0 (or 0x252CD0) is unknown color: approx Persian Blue. HEX triplet: 25, 2C and D0. RGB value is (37,44,208). Sum of RGB (Red+Green+Blue) = 37+44+208=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 208 (81.64% from 255 or 71.97% from 289); Max value from RGB is 208 - color contains mainly: blue. Hex color #252CD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252CD0 is #DAD32F. Grayscale: #3B3B3B. Windows color (decimal): -14340912 or 13642789. OLE color: 13642789.

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

Color convert

RGB3744208-
CMYK0.820.7900.18
HSL237.54º69.8%48.04%-
HSV(B)237.54º82.21%81.57%-
XYZ13.056.7560.29-
YUV60.6211.18111.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 44 (17.58% from 255) = 15.22%
BLUE value IS 208 (81.64% from 255) = 71.97%
R=12.80%
G=15.22%
B=71.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal37442080.820.7900.18237.5469.848.04
Hex252CD0524F012ee4630
Octal455432012211702235610660
Binary1001011011001101000010100101001111010010111011101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,44,208); }

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

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

 a { background-color: rgb(37,44,208); }

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

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

 span { border-color: rgb(37,44,208); }

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