#30587A

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

Shades of Venice Blue #30587A

Tints of Venice Blue #30587A

Color information

#30587A (or 0x30587A) is unknown color: approx Venice Blue. HEX triplet: 30, 58 and 7A. RGB value is (48,88,122). Sum of RGB (Red+Green+Blue) = 48+88+122=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #30587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30587A is #CFA785. Grayscale: #4F4F4F. Windows color (decimal): -13608838 or 8017968. OLE color: 8017968.

HSL color Cylindrical-coordinate representation of color #30587A: hue angle of 207.57º 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 #30587A is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4888122-
CMYK0.610.2800.52
HSL207.57º43.53%33.33%-
HSV(B)207.57º60.66%47.84%-
XYZ8.229.0119.72-
YUV79.92151.75105.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=18.60%
G=34.11%
B=47.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48881220.610.2800.52207.5743.5333.33
Hex30587A3D1C034d02c21
Octal6013017275340643205441
Binary1100001011000111101011110111100011010011010000101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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