#251CE0

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

Shades of Medium Blue #251CE0

Tints of Medium Blue #251CE0

Color information

#251CE0 (or 0x251CE0) is unknown color: approx Medium Blue. HEX triplet: 25, 1C and E0. RGB value is (37,28,224). Sum of RGB (Red+Green+Blue) = 37+28+224=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 224 (87.89% from 255 or 77.51% from 289); Max value from RGB is 224 - color contains mainly: blue. Hex color #251CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CE0 is #DAE31F. Grayscale: #343434. Windows color (decimal): -14344992 or 14687269. OLE color: 14687269.

HSL color Cylindrical-coordinate representation of color #251CE0: hue angle of 242.76º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251CE0 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3728224-
CMYK0.830.8800.12
HSL242.76º77.78%49.41%-
HSV(B)242.76º87.5%87.84%-
XYZ14.636.6171.02-
YUV53.04224.48116.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 28 (11.33% from 255) = 9.69%
BLUE value IS 224 (87.89% from 255) = 77.51%
R=12.80%
G=9.69%
B=77.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal37282240.830.8800.12242.7677.7849.41
Hex251CE053580Cf34e31
Octal453434012313001436311661
Binary10010111100111000001010011101100001100111100111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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