#252EDD

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

Shades of Persian Blue #252EDD

Tints of Persian Blue #252EDD

Color information

#252EDD (or 0x252EDD) is unknown color: approx Persian Blue. HEX triplet: 25, 2E and DD. RGB value is (37,46,221). Sum of RGB (Red+Green+Blue) = 37+46+221=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #252EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252EDD is #DAD122. Grayscale: #3E3E3E. Windows color (decimal): -14340387 or 14495269. OLE color: 14495269.

HSL color Cylindrical-coordinate representation of color #252EDD: hue angle of 237.07º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #252EDD is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3746221-
CMYK0.830.7900.13
HSL237.07º73.02%50.59%-
HSV(B)237.07º83.26%86.67%-
XYZ14.797.5769.09-
YUV63.26217.02109.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.17%
GREEN value IS 46 (18.36% from 255) = 15.13%
BLUE value IS 221 (86.72% from 255) = 72.70%
R=12.17%
G=15.13%
B=72.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal37462210.830.7900.13237.0773.0250.59
Hex252EDD534F0Ded4933
Octal455633512311701535511163
Binary100101101110110111011010011100111101101111011011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,46,221); }

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

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

 a { background-color: rgb(37,46,221); }

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

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

 span { border-color: rgb(37,46,221); }

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