#30548F

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

Shades of Fun Blue #30548F

Tints of Fun Blue #30548F

Color information

#30548F (or 0x30548F) is unknown color: approx Fun Blue. HEX triplet: 30, 54 and 8F. RGB value is (48,84,143). Sum of RGB (Red+Green+Blue) = 48+84+143=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #30548F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30548F is #CFAB70. Grayscale: #4F4F4F. Windows color (decimal): -13609841 or 9393200. OLE color: 9393200.

HSL color Cylindrical-coordinate representation of color #30548F: hue angle of 217.26º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30548F is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4884143-
CMYK0.660.4100.44
HSL217.26º49.74%37.45%-
HSV(B)217.26º66.43%56.08%-
XYZ9.358.9527.22-
YUV79.96163.57105.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 143 (56.25% from 255) = 52%
R=17.45%
G=30.55%
B=52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48841430.660.4100.44217.2649.7437.45
Hex30548F422902Cd93225
Octal60124217102510543316245
Binary1100001010100100011111000010101001010110011011001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30548F; }

 p { color: rgb(48,84,143); }

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

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

 a { background-color: rgb(48,84,143); }

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

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

 span { border-color: rgb(48,84,143); }

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