#254B82

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

Shades of Fun Blue #254B82

Tints of Fun Blue #254B82

Color information

#254B82 (or 0x254B82) is unknown color: approx Fun Blue. HEX triplet: 25, 4B and 82. RGB value is (37,75,130). Sum of RGB (Red+Green+Blue) = 37+75+130=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #254B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254B82 is #DAB47D. Grayscale: #454545. Windows color (decimal): -14333054 or 8538917. OLE color: 8538917.

HSL color Cylindrical-coordinate representation of color #254B82: hue angle of 215.48º 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 #254B82 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3775130-
CMYK0.720.4200.49
HSL215.48º55.69%32.75%-
HSV(B)215.48º71.54%50.98%-
XYZ7.317.0422.09-
YUV69.91161.91104.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 75 (29.69% from 255) = 30.99%
BLUE value IS 130 (51.17% from 255) = 53.72%
R=15.29%
G=30.99%
B=53.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37751300.720.4200.49215.4855.6932.75
Hex254B82482A031d73821
Octal45113202110520613277041
Binary1001011001011100000101001000101010011000111010111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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