#305187

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

Shades of Fun Blue #305187

Tints of Fun Blue #305187

Color information

#305187 (or 0x305187) is unknown color: approx Fun Blue. HEX triplet: 30, 51 and 87. RGB value is (48,81,135). Sum of RGB (Red+Green+Blue) = 48+81+135=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #305187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305187 is #CFAE78. Grayscale: #4D4D4D. Windows color (decimal): -13610617 or 8868144. OLE color: 8868144.

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

Color convert

RGB4881135-
CMYK0.640.4000.47
HSL217.24º47.54%35.88%-
HSV(B)217.24º64.44%52.94%-
XYZ8.538.2624.07-
YUV77.29160.57107.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 135 (53.12% from 255) = 51.14%
R=18.18%
G=30.68%
B=51.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48811350.640.4000.47217.2447.5435.88
Hex305187402802Fd93024
Octal60121207100500573316044
Binary1100001010001100001111000000101000010111111011001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305187; }

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

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

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

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

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

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

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

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