#254A8E

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

Shades of Fun Blue #254A8E

Tints of Fun Blue #254A8E

Color information

#254A8E (or 0x254A8E) is unknown color: approx Fun Blue. HEX triplet: 25, 4A and 8E. RGB value is (37,74,142). Sum of RGB (Red+Green+Blue) = 37+74+142=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #254A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254A8E is #DAB571. Grayscale: #464646. Windows color (decimal): -14333298 or 9325093. OLE color: 9325093.

HSL color Cylindrical-coordinate representation of color #254A8E: hue angle of 218.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #254A8E is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3774142-
CMYK0.740.4800.44
HSL218.86º58.66%35.1%-
HSV(B)218.86º73.94%55.69%-
XYZ8.097.2426.56-
YUV70.69168.24103.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.62%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 142 (55.86% from 255) = 56.13%
R=14.62%
G=29.25%
B=56.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37741420.740.4800.44218.8658.6635.1
Hex254A8E4A3002Cdb3b23
Octal45112216112600543337343
Binary1001011001010100011101001010110000010110011011011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254A8E; }

 p { color: rgb(37,74,142); }

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

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

 a { background-color: rgb(37,74,142); }

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

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

 span { border-color: rgb(37,74,142); }

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