#30528A

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

Shades of Fun Blue #30528A

Tints of Fun Blue #30528A

Color information

#30528A (or 0x30528A) is unknown color: approx Fun Blue. HEX triplet: 30, 52 and 8A. RGB value is (48,82,138). Sum of RGB (Red+Green+Blue) = 48+82+138=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #30528A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30528A is #CFAD75. Grayscale: #4D4D4D. Windows color (decimal): -13610358 or 9065008. OLE color: 9065008.

HSL color Cylindrical-coordinate representation of color #30528A: hue angle of 217.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30528A is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4882138-
CMYK0.650.4100.46
HSL217.33º48.39%36.47%-
HSV(B)217.33º65.22%54.12%-
XYZ8.828.525.22-
YUV78.22161.74106.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 138 (54.30% from 255) = 51.49%
R=17.91%
G=30.60%
B=51.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48821380.650.4100.46217.3348.3936.47
Hex30528A412902Ed93024
Octal60122212101510563316044
Binary1100001010010100010101000001101001010111011011001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,82,138); }

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

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

 a { background-color: rgb(48,82,138); }

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

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

 span { border-color: rgb(48,82,138); }

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