#254684

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

Shades of Fun Blue #254684

Tints of Fun Blue #254684

Color information

#254684 (or 0x254684) is unknown color: approx Fun Blue. HEX triplet: 25, 46 and 84. RGB value is (37,70,132). Sum of RGB (Red+Green+Blue) = 37+70+132=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #254684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254684 is #DAB97B. Grayscale: #424242. Windows color (decimal): -14334332 or 8668709. OLE color: 8668709.

HSL color Cylindrical-coordinate representation of color #254684: hue angle of 219.16º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254684 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3770132-
CMYK0.720.4700.48
HSL219.16º56.21%33.14%-
HSV(B)219.16º71.97%51.76%-
XYZ7.126.4422.7-
YUV67.2164.57106.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 132 (51.95% from 255) = 55.23%
R=15.48%
G=29.29%
B=55.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37701320.720.4700.48219.1656.2133.14
Hex254684482F030db3821
Octal45106204110570603337041
Binary1001011000110100001001001000101111011000011011011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254684; }

 p { color: rgb(37,70,132); }

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

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

 a { background-color: rgb(37,70,132); }

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

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

 span { border-color: rgb(37,70,132); }

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