#251edf

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

Shades of Persian Blue #251EDF

Tints of Persian Blue #251EDF

Color information

#251EDF (or 0x251EDF) is unknown color: approx Persian Blue. HEX triplet: 25, 1E and DF. RGB value is (37,30,223). Sum of RGB (Red+Green+Blue) = 37+30+223=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #251EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251EDF is #DAE120. Grayscale: #353535. Windows color (decimal): -14344481 or 14622245. OLE color: 14622245.

HSL color Cylindrical-coordinate representation of color #251EDF: hue angle of 242.18º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251EDF is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3730223-
CMYK0.830.8700.13
HSL242.18º76.28%49.61%-
HSV(B)242.18º86.55%87.45%-
XYZ14.556.6570.33-
YUV54.1223.32115.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.76%
GREEN value IS 30 (12.11% from 255) = 10.34%
BLUE value IS 223 (87.5% from 255) = 76.90%
R=12.76%
G=10.34%
B=76.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal37302230.830.8700.13242.1876.2849.61
Hex251EDF53570Df24c32
Octal453633712312701536211462
Binary10010111110110111111010011101011101101111100101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251edf; }

 p { color: rgb(37,30,223); }

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

<style>
 a { background-color: #251edf; }

 a { background-color: rgb(37,30,223); }

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

<style>
 span { border-color: #251edf; }

 span { border-color: rgb(37,30,223); }

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