#251CBA

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

Shades of Persian Blue #251CBA

Tints of Persian Blue #251CBA

Color information

#251CBA (or 0x251CBA) is unknown color: approx Persian Blue. HEX triplet: 25, 1C and BA. RGB value is (37,28,186). Sum of RGB (Red+Green+Blue) = 37+28+186=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #251CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CBA is #DAE345. Grayscale: #303030. Windows color (decimal): -14345030 or 12196901. OLE color: 12196901.

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

Color convert

RGB3728186-
CMYK0.800.8500.27
HSL243.42º73.83%41.96%-
HSV(B)243.42º84.95%72.94%-
XYZ10.044.7746.85-
YUV48.7205.48119.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.74%
GREEN value IS 28 (11.33% from 255) = 11.16%
BLUE value IS 186 (73.05% from 255) = 74.10%
R=14.74%
G=11.16%
B=74.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37281860.800.8500.27243.4273.8341.96
Hex251CBA505501Bf34a2a
Octal453427212012503336311252
Binary100101111001011101010100001010101011011111100111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,28,186); }

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

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

 a { background-color: rgb(37,28,186); }

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

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

 span { border-color: rgb(37,28,186); }

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