#30518B

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

Shades of Fun Blue #30518B

Tints of Fun Blue #30518B

Color information

#30518B (or 0x30518B) is unknown color: approx Fun Blue. HEX triplet: 30, 51 and 8B. RGB value is (48,81,139). Sum of RGB (Red+Green+Blue) = 48+81+139=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #30518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30518B is #CFAE74. Grayscale: #4D4D4D. Windows color (decimal): -13610613 or 9130288. OLE color: 9130288.

HSL color Cylindrical-coordinate representation of color #30518B: hue angle of 218.24º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30518B is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4881139-
CMYK0.650.4200.45
HSL218.24º48.66%36.67%-
HSV(B)218.24º65.47%54.51%-
XYZ8.828.3825.58-
YUV77.74162.57106.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 139 (54.69% from 255) = 51.87%
R=17.91%
G=30.22%
B=51.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48811390.650.4200.45218.2448.6636.67
Hex30518B412A02Dda3125
Octal60121213101520553326145
Binary1100001010001100010111000001101010010110111011010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30518B; }

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

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

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

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

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

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

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

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