#305289

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

Shades of Fun Blue #305289

Tints of Fun Blue #305289

Color information

#305289 (or 0x305289) is unknown color: approx Fun Blue. HEX triplet: 30, 52 and 89. RGB value is (48,82,137). Sum of RGB (Red+Green+Blue) = 48+82+137=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #305289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305289 is #CFAD76. Grayscale: #4D4D4D. Windows color (decimal): -13610359 or 8999472. OLE color: 8999472.

HSL color Cylindrical-coordinate representation of color #305289: hue angle of 217.08º 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 #305289 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4882137-
CMYK0.650.4000.46
HSL217.08º48.11%36.27%-
HSV(B)217.08º64.96%53.73%-
XYZ8.758.4724.84-
YUV78.1161.24106.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 137 (53.91% from 255) = 51.31%
R=17.98%
G=30.71%
B=51.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48821370.650.4000.46217.0848.1136.27
Hex305289412802Ed93024
Octal60122211101500563316044
Binary1100001010010100010011000001101000010111011011001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305289; }

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

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

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

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

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

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

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

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