#251DB3

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

Shades of Persian Blue #251DB3

Tints of Persian Blue #251DB3

Color information

#251DB3 (or 0x251DB3) is unknown color: approx Persian Blue. HEX triplet: 25, 1D and B3. RGB value is (37,29,179). Sum of RGB (Red+Green+Blue) = 37+29+179=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 179 (70.31% from 255 or 73.06% from 245); Max value from RGB is 179 - color contains mainly: blue. Hex color #251DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DB3 is #DAE24C. Grayscale: #2F2F2F. Windows color (decimal): -14344781 or 11738405. OLE color: 11738405.

HSL color Cylindrical-coordinate representation of color #251DB3: hue angle of 243.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251DB3 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3729179-
CMYK0.790.8400.30
HSL243.2º72.12%40.78%-
HSV(B)243.2º83.8%70.2%-
XYZ9.344.5343.03-
YUV48.49201.65119.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 29 (11.72% from 255) = 11.84%
BLUE value IS 179 (70.31% from 255) = 73.06%
R=15.10%
G=11.84%
B=73.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal37291790.790.8400.30243.272.1240.78
Hex251DB34F5401Ef34829
Octal453526311712403636311051
Binary100101111011011001110011111010100011110111100111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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