#305185

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

Shades of Fun Blue #305185

Tints of Fun Blue #305185

Color information

#305185 (or 0x305185) is unknown color: approx Fun Blue. HEX triplet: 30, 51 and 85. RGB value is (48,81,133). Sum of RGB (Red+Green+Blue) = 48+81+133=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #305185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305185 is #CFAE7A. Grayscale: #4C4C4C. Windows color (decimal): -13610619 or 8737072. OLE color: 8737072.

HSL color Cylindrical-coordinate representation of color #305185: hue angle of 216.71º 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 #305185 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4881133-
CMYK0.640.3900.48
HSL216.71º46.96%35.49%-
HSV(B)216.71º63.91%52.16%-
XYZ8.398.2123.33-
YUV77.06159.57107.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 133 (52.34% from 255) = 50.76%
R=18.32%
G=30.92%
B=50.76%

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
Decimal48811330.640.3900.48216.7146.9635.49
Hex3051854027030d92f23
Octal60121205100470603315743
Binary1100001010001100001011000000100111011000011011001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305185; }

 p { color: rgb(48,81,133); }

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

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

 a { background-color: rgb(48,81,133); }

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

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

 span { border-color: rgb(48,81,133); }

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