#305082

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

Shades of Fun Blue #305082

Tints of Fun Blue #305082

Color information

#305082 (or 0x305082) is unknown color: approx Fun Blue. HEX triplet: 30, 50 and 82. RGB value is (48,80,130). Sum of RGB (Red+Green+Blue) = 48+80+130=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #305082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305082 is #CFAF7D. Grayscale: #4B4B4B. Windows color (decimal): -13610878 or 8540208. OLE color: 8540208.

HSL color Cylindrical-coordinate representation of color #305082: hue angle of 216.59º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #305082 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4880130-
CMYK0.630.3800.49
HSL216.59º46.07%34.9%-
HSV(B)216.59º63.08%50.98%-
XYZ8.127.9822.23-
YUV76.13158.4107.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 130 (51.17% from 255) = 50.39%
R=18.60%
G=31.01%
B=50.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48801300.630.3800.49216.5946.0734.9
Hex3050823F26031d92e23
Octal6012020277460613315643
Binary110000101000010000010111111100110011000111011001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305082; }

 p { color: rgb(48,80,130); }

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

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

 a { background-color: rgb(48,80,130); }

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

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

 span { border-color: rgb(48,80,130); }

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