#252EDA

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

Shades of Persian Blue #252EDA

Tints of Persian Blue #252EDA

Color information

#252EDA (or 0x252EDA) is unknown color: approx Persian Blue. HEX triplet: 25, 2E and DA. RGB value is (37,46,218). Sum of RGB (Red+Green+Blue) = 37+46+218=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #252EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252EDA is #DAD125. Grayscale: #3E3E3E. Windows color (decimal): -14340390 or 14298661. OLE color: 14298661.

HSL color Cylindrical-coordinate representation of color #252EDA: hue angle of 237.02º 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 #252EDA is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3746218-
CMYK0.830.7900.15
HSL237.02º70.98%50%-
HSV(B)237.02º83.03%85.49%-
XYZ14.397.4167-
YUV62.92215.52109.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 46 (18.36% from 255) = 15.28%
BLUE value IS 218 (85.55% from 255) = 72.43%
R=12.29%
G=15.28%
B=72.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal37462180.830.7900.15237.0270.9850
Hex252EDA534F0Fed4732
Octal455633212311701735510762
Binary100101101110110110101010011100111101111111011011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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