#251DB6

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

Shades of Persian Blue #251DB6

Tints of Persian Blue #251DB6

Color information

#251DB6 (or 0x251DB6) is unknown color: approx Persian Blue. HEX triplet: 25, 1D and B6. RGB value is (37,29,182). Sum of RGB (Red+Green+Blue) = 37+29+182=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 182 (71.48% from 255 or 73.39% from 248); Max value from RGB is 182 - color contains mainly: blue. Hex color #251DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DB6 is #DAE249. Grayscale: #303030. Windows color (decimal): -14344778 or 11935013. OLE color: 11935013.

HSL color Cylindrical-coordinate representation of color #251DB6: hue angle of 243.14º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251DB6 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3729182-
CMYK0.800.8400.29
HSL243.14º72.51%41.37%-
HSV(B)243.14º84.07%71.37%-
XYZ9.654.6544.65-
YUV48.83203.15119.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 29 (11.72% from 255) = 11.69%
BLUE value IS 182 (71.48% from 255) = 73.39%
R=14.92%
G=11.69%
B=73.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37291820.800.8400.29243.1472.5141.37
Hex251DB6505401Df34929
Octal453526612012403536311151
Binary100101111011011011010100001010100011101111100111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,29,182); }

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

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

 a { background-color: rgb(37,29,182); }

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

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

 span { border-color: rgb(37,29,182); }

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