#305084

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

Shades of Fun Blue #305084

Tints of Fun Blue #305084

Color information

#305084 (or 0x305084) is unknown color: approx Fun Blue. HEX triplet: 30, 50 and 84. RGB value is (48,80,132). Sum of RGB (Red+Green+Blue) = 48+80+132=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #305084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305084 is #CFAF7B. Grayscale: #4C4C4C. Windows color (decimal): -13610876 or 8671280. OLE color: 8671280.

HSL color Cylindrical-coordinate representation of color #305084: hue angle of 217.14º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #305084 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4880132-
CMYK0.640.3900.48
HSL217.14º46.67%35.29%-
HSV(B)217.14º63.64%51.76%-
XYZ8.258.0322.95-
YUV76.36159.4107.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 132 (51.95% from 255) = 50.77%
R=18.46%
G=30.77%
B=50.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48801320.640.3900.48217.1446.6735.29
Hex3050844027030d92f23
Octal60120204100470603315743
Binary1100001010000100001001000000100111011000011011001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305084; }

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

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

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

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

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

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

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

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