#251EB4

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

Shades of Persian Blue #251EB4

Tints of Persian Blue #251EB4

Color information

#251EB4 (or 0x251EB4) is unknown color: approx Persian Blue. HEX triplet: 25, 1E and B4. RGB value is (37,30,180). Sum of RGB (Red+Green+Blue) = 37+30+180=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 180 (70.70% from 255 or 72.87% from 247); Max value from RGB is 180 - color contains mainly: blue. Hex color #251EB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251EB4 is #DAE14B. Grayscale: #303030. Windows color (decimal): -14344524 or 11804197. OLE color: 11804197.

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

Color convert

RGB3730180-
CMYK0.790.8300.29
HSL242.8º71.43%41.18%-
HSV(B)242.8º83.33%70.59%-
XYZ9.474.6243.57-
YUV49.19201.82119.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 30 (12.11% from 255) = 12.15%
BLUE value IS 180 (70.70% from 255) = 72.87%
R=14.98%
G=12.15%
B=72.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37301800.790.8300.29242.871.4341.18
Hex251EB44F5301Df34729
Octal453626411712303536310751
Binary100101111101011010010011111010011011101111100111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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