#251CDB

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

Shades of Persian Blue #251CDB

Tints of Persian Blue #251CDB

Color information

#251CDB (or 0x251CDB) is unknown color: approx Persian Blue. HEX triplet: 25, 1C and DB. RGB value is (37,28,219). Sum of RGB (Red+Green+Blue) = 37+28+219=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #251CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CDB is #DAE324. Grayscale: #333333. Windows color (decimal): -14344997 or 14359589. OLE color: 14359589.

HSL color Cylindrical-coordinate representation of color #251CDB: hue angle of 242.83º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251CDB is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3728219-
CMYK0.830.8700.14
HSL242.83º77.33%48.43%-
HSV(B)242.83º87.21%85.88%-
XYZ13.966.3467.51-
YUV52.46221.98116.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 28 (11.33% from 255) = 9.86%
BLUE value IS 219 (85.94% from 255) = 77.11%
R=13.03%
G=9.86%
B=77.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal37282190.830.8700.14242.8377.3348.43
Hex251CDB53570Ef34d30
Octal453433312312701636311560
Binary10010111100110110111010011101011101110111100111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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