#30506F

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

Shades of Venice Blue #30506F

Tints of Venice Blue #30506F

Color information

#30506F (or 0x30506F) is unknown color: approx Venice Blue. HEX triplet: 30, 50 and 6F. RGB value is (48,80,111). Sum of RGB (Red+Green+Blue) = 48+80+111=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #30506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30506F is #CFAF90. Grayscale: #494949. Windows color (decimal): -13610897 or 7295024. OLE color: 7295024.

HSL color Cylindrical-coordinate representation of color #30506F: hue angle of 209.52º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30506F is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4880111-
CMYK0.570.2800.56
HSL209.52º39.62%31.18%-
HSV(B)209.52º56.76%43.53%-
XYZ6.967.5116.12-
YUV73.97148.9109.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 111 (43.75% from 255) = 46.44%
R=20.08%
G=33.47%
B=46.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48801110.570.2800.56209.5239.6231.18
Hex30506F391C038d2281f
Octal6012015771340703225037
Binary110000101000011011111110011110001110001101001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30506F; }

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

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

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

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

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

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

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

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