#254486

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

Shades of Fun Blue #254486

Tints of Fun Blue #254486

Color information

#254486 (or 0x254486) is unknown color: approx Fun Blue. HEX triplet: 25, 44 and 86. RGB value is (37,68,134). Sum of RGB (Red+Green+Blue) = 37+68+134=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #254486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254486 is #DABB79. Grayscale: #414141. Windows color (decimal): -14334842 or 8799269. OLE color: 8799269.

HSL color Cylindrical-coordinate representation of color #254486: hue angle of 220.82º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254486 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3768134-
CMYK0.720.4900.47
HSL220.82º56.73%33.53%-
HSV(B)220.82º72.39%52.55%-
XYZ7.136.2523.38-
YUV66.26166.23107.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 134 (52.73% from 255) = 56.07%
R=15.48%
G=28.45%
B=56.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37681340.720.4900.47220.8256.7333.53
Hex254486483102Fdd3922
Octal45104206110610573357142
Binary1001011000100100001101001000110001010111111011101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254486; }

 p { color: rgb(37,68,134); }

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

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

 a { background-color: rgb(37,68,134); }

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

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

 span { border-color: rgb(37,68,134); }

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