#251BBF

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

Shades of Persian Blue #251BBF

Tints of Persian Blue #251BBF

Color information

#251BBF (or 0x251BBF) is unknown color: approx Persian Blue. HEX triplet: 25, 1B and BF. RGB value is (37,27,191). Sum of RGB (Red+Green+Blue) = 37+27+191=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #251BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251BBF is #DAE440. Grayscale: #303030. Windows color (decimal): -14345281 or 12524325. OLE color: 12524325.

HSL color Cylindrical-coordinate representation of color #251BBF: hue angle of 243.66º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251BBF is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3727191-
CMYK0.810.8600.25
HSL243.66º75.23%42.75%-
HSV(B)243.66º85.86%74.9%-
XYZ10.564.9449.69-
YUV48.69208.31119.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.51%
GREEN value IS 27 (10.94% from 255) = 10.59%
BLUE value IS 191 (75% from 255) = 74.90%
R=14.51%
G=10.59%
B=74.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37271910.810.8600.25243.6675.2342.75
Hex251BBF5156019f44b2b
Octal453327712112603136411353
Binary100101110111011111110100011010110011001111101001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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