#254778

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

Shades of Fun Blue #254778

Tints of Fun Blue #254778

Color information

#254778 (or 0x254778) is unknown color: approx Fun Blue. HEX triplet: 25, 47 and 78. RGB value is (37,71,120). Sum of RGB (Red+Green+Blue) = 37+71+120=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #254778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254778 is #DAB887. Grayscale: #424242. Windows color (decimal): -14334088 or 7882533. OLE color: 7882533.

HSL color Cylindrical-coordinate representation of color #254778: hue angle of 215.42º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254778 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3771120-
CMYK0.690.4100.53
HSL215.42º52.87%30.78%-
HSV(B)215.42º69.17%47.06%-
XYZ6.416.2618.64-
YUV66.42158.24107.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=16.23%
G=31.14%
B=52.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37711200.690.4100.53215.4252.8730.78
Hex2547784529035d7351f
Octal45107170105510653276537
Binary10010110001111111000100010110100101101011101011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254778; }

 p { color: rgb(37,71,120); }

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

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

 a { background-color: rgb(37,71,120); }

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

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

 span { border-color: rgb(37,71,120); }

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