#252FDA

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

Shades of Persian Blue #252FDA

Tints of Persian Blue #252FDA

Color information

#252FDA (or 0x252FDA) is unknown color: approx Persian Blue. HEX triplet: 25, 2F and DA. RGB value is (37,47,218). Sum of RGB (Red+Green+Blue) = 37+47+218=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #252FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252FDA is #DAD025. Grayscale: #3E3E3E. Windows color (decimal): -14340134 or 14298917. OLE color: 14298917.

HSL color Cylindrical-coordinate representation of color #252FDA: hue angle of 236.69º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #252FDA is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3747218-
CMYK0.830.7800.15
HSL236.69º70.98%50%-
HSV(B)236.69º83.03%85.49%-
XYZ14.437.4967.01-
YUV63.5215.19109.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.25%
GREEN value IS 47 (18.75% from 255) = 15.56%
BLUE value IS 218 (85.55% from 255) = 72.19%
R=12.25%
G=15.56%
B=72.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal37472180.830.7800.15236.6970.9850
Hex252FDA534E0Fed4732
Octal455733212311601735510762
Binary100101101111110110101010011100111001111111011011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,47,218); }

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

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

 a { background-color: rgb(37,47,218); }

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

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

 span { border-color: rgb(37,47,218); }

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