#251AB4

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

Shades of Persian Blue #251AB4

Tints of Persian Blue #251AB4

Color information

#251AB4 (or 0x251AB4) is unknown color: approx Persian Blue. HEX triplet: 25, 1A and B4. RGB value is (37,26,180). Sum of RGB (Red+Green+Blue) = 37+26+180=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 180 (70.70% from 255 or 74.07% from 243); Max value from RGB is 180 - color contains mainly: blue. Hex color #251AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251AB4 is #DAE54B. Grayscale: #2E2E2E. Windows color (decimal): -14345548 or 11803173. OLE color: 11803173.

HSL color Cylindrical-coordinate representation of color #251AB4: hue angle of 244.29º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251AB4 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3726180-
CMYK0.790.8600.29
HSL244.29º74.76%40.39%-
HSV(B)244.29º85.56%70.59%-
XYZ9.374.4343.54-
YUV46.84203.14120.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 180 (70.70% from 255) = 74.07%
R=15.23%
G=10.70%
B=74.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37261800.790.8600.29244.2974.7640.39
Hex251AB44F5601Df44b28
Octal453226411712603536411350
Binary100101110101011010010011111010110011101111101001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,26,180); }

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

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

 a { background-color: rgb(37,26,180); }

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

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

 span { border-color: rgb(37,26,180); }

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