#30567A

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

Shades of Venice Blue #30567A

Tints of Venice Blue #30567A

Color information

#30567A (or 0x30567A) is unknown color: approx Venice Blue. HEX triplet: 30, 56 and 7A. RGB value is (48,86,122). Sum of RGB (Red+Green+Blue) = 48+86+122=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #30567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30567A is #CFA985. Grayscale: #4E4E4E. Windows color (decimal): -13609350 or 8017456. OLE color: 8017456.

HSL color Cylindrical-coordinate representation of color #30567A: hue angle of 209.19º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30567A is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4886122-
CMYK0.610.3000.52
HSL209.19º43.53%33.33%-
HSV(B)209.19º60.66%47.84%-
XYZ8.068.6919.66-
YUV78.74152.41106.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 122 (48.05% from 255) = 47.66%
R=18.75%
G=33.59%
B=47.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48861220.610.3000.52209.1943.5333.33
Hex30567A3D1E034d12c21
Octal6012617275360643215441
Binary1100001010110111101011110111110011010011010001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30567A; }

 p { color: rgb(48,86,122); }

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

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

 a { background-color: rgb(48,86,122); }

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

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

 span { border-color: rgb(48,86,122); }

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