#251DC5

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

Shades of Persian Blue #251DC5

Tints of Persian Blue #251DC5

Color information

#251DC5 (or 0x251DC5) is unknown color: approx Persian Blue. HEX triplet: 25, 1D and C5. RGB value is (37,29,197). Sum of RGB (Red+Green+Blue) = 37+29+197=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 197 (77.34% from 255 or 74.90% from 263); Max value from RGB is 197 - color contains mainly: blue. Hex color #251DC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DC5 is #DAE23A. Grayscale: #313131. Windows color (decimal): -14344763 or 12918053. OLE color: 12918053.

HSL color Cylindrical-coordinate representation of color #251DC5: hue angle of 242.86º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251DC5 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3729197-
CMYK0.810.8500.23
HSL242.86º74.34%44.31%-
HSV(B)242.86º85.28%77.25%-
XYZ11.285.353.25-
YUV50.54210.65118.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.07%
GREEN value IS 29 (11.72% from 255) = 11.03%
BLUE value IS 197 (77.34% from 255) = 74.90%
R=14.07%
G=11.03%
B=74.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal37291970.810.8500.23242.8674.3444.31
Hex251DC55155017f34a2c
Octal453530512112502736311254
Binary100101111011100010110100011010101010111111100111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,29,197); }

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

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

 a { background-color: rgb(37,29,197); }

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

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

 span { border-color: rgb(37,29,197); }

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