#30497A

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

Shades of Fun Blue #30497A

Tints of Fun Blue #30497A

Color information

#30497A (or 0x30497A) is unknown color: approx Fun Blue. HEX triplet: 30, 49 and 7A. RGB value is (48,73,122). Sum of RGB (Red+Green+Blue) = 48+73+122=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #30497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30497A is #CFB685. Grayscale: #464646. Windows color (decimal): -13612678 or 8014128. OLE color: 8014128.

HSL color Cylindrical-coordinate representation of color #30497A: hue angle of 219.73º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30497A is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4873122-
CMYK0.610.4000.52
HSL219.73º43.53%33.33%-
HSV(B)219.73º60.66%47.84%-
XYZ7.116.819.35-
YUV71.11156.72111.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=19.75%
G=30.04%
B=50.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48731220.610.4000.52219.7343.5333.33
Hex30497A3D28034dc2c21
Octal6011117275500643345441
Binary11000010010011111010111101101000011010011011100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30497A; }

 p { color: rgb(48,73,122); }

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

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

 a { background-color: rgb(48,73,122); }

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

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

 span { border-color: rgb(48,73,122); }

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