#251bb5

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

Shades of Persian Blue #251BB5

Tints of Persian Blue #251BB5

Color information

#251BB5 (or 0x251BB5) is unknown color: approx Persian Blue. HEX triplet: 25, 1B and B5. RGB value is (37,27,181). Sum of RGB (Red+Green+Blue) = 37+27+181=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 181 (71.09% from 255 or 73.88% from 245); Max value from RGB is 181 - color contains mainly: blue. Hex color #251BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251BB5 is #DAE44A. Grayscale: #2E2E2E. Windows color (decimal): -14345291 or 11868965. OLE color: 11868965.

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

Color convert

RGB3727181-
CMYK0.800.8500.29
HSL243.9º74.04%40.78%-
HSV(B)243.9º85.08%70.98%-
XYZ9.54.5144.09-
YUV47.55203.31120.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 27 (10.94% from 255) = 11.02%
BLUE value IS 181 (71.09% from 255) = 73.88%
R=15.10%
G=11.02%
B=73.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37271810.800.8500.29243.974.0440.78
Hex251BB5505501Df44a29
Octal453326512012503536411251
Binary100101110111011010110100001010101011101111101001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251bb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,27,181); }

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

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

 a { background-color: rgb(37,27,181); }

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

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

 span { border-color: rgb(37,27,181); }

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