#254682

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

Shades of Fun Blue #254682

Tints of Fun Blue #254682

Color information

#254682 (or 0x254682) is unknown color: approx Fun Blue. HEX triplet: 25, 46 and 82. RGB value is (37,70,130). Sum of RGB (Red+Green+Blue) = 37+70+130=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #254682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254682 is #DAB97D. Grayscale: #424242. Windows color (decimal): -14334334 or 8537637. OLE color: 8537637.

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

Color convert

RGB3770130-
CMYK0.720.4600.49
HSL218.71º55.69%32.75%-
HSV(B)218.71º71.54%50.98%-
XYZ6.986.3921.98-
YUV66.97163.57106.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.61%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=15.61%
G=29.54%
B=54.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37701300.720.4600.49218.7155.6932.75
Hex254682482E031db3821
Octal45106202110560613337041
Binary1001011000110100000101001000101110011000111011011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254682; }

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

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

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

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

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

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

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

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