#254779

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

Shades of Fun Blue #254779

Tints of Fun Blue #254779

Color information

#254779 (or 0x254779) is unknown color: approx Fun Blue. HEX triplet: 25, 47 and 79. RGB value is (37,71,121). Sum of RGB (Red+Green+Blue) = 37+71+121=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #254779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254779 is #DAB886. Grayscale: #424242. Windows color (decimal): -14334087 or 7948069. OLE color: 7948069.

HSL color Cylindrical-coordinate representation of color #254779: hue angle of 215.71º 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 #254779 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3771121-
CMYK0.690.4100.53
HSL215.71º53.16%30.98%-
HSV(B)215.71º69.42%47.45%-
XYZ6.476.2818.96-
YUV66.53158.74106.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.16%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 121 (47.66% from 255) = 52.84%
R=16.16%
G=31.00%
B=52.84%

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
Decimal37711210.690.4100.53215.7153.1630.98
Hex2547794529035d8351f
Octal45107171105510653306537
Binary10010110001111111001100010110100101101011101100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254779; }

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

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

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

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

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

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

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

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