#30487C

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

Shades of Fun Blue #30487C

Tints of Fun Blue #30487C

Color information

#30487C (or 0x30487C) is unknown color: approx Fun Blue. HEX triplet: 30, 48 and 7C. RGB value is (48,72,124). Sum of RGB (Red+Green+Blue) = 48+72+124=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #30487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30487C is #CFB783. Grayscale: #464646. Windows color (decimal): -13612932 or 8144944. OLE color: 8144944.

HSL color Cylindrical-coordinate representation of color #30487C: hue angle of 221.05º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30487C is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4872124-
CMYK0.610.4200.51
HSL221.05º44.19%33.73%-
HSV(B)221.05º61.29%48.63%-
XYZ7.176.7219.99-
YUV70.75158.05111.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 72 (28.52% from 255) = 29.51%
BLUE value IS 124 (48.83% from 255) = 50.82%
R=19.67%
G=29.51%
B=50.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48721240.610.4200.51221.0544.1933.73
Hex30487C3D2A033dd2c22
Octal6011017475520633355442
Binary11000010010001111100111101101010011001111011101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30487C; }

 p { color: rgb(48,72,124); }

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

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

 a { background-color: rgb(48,72,124); }

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

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

 span { border-color: rgb(48,72,124); }

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