#30587B

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

Shades of Venice Blue #30587B

Tints of Venice Blue #30587B

Color information

#30587B (or 0x30587B) is unknown color: approx Venice Blue. HEX triplet: 30, 58 and 7B. RGB value is (48,88,123). Sum of RGB (Red+Green+Blue) = 48+88+123=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #30587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30587B is #CFA784. Grayscale: #4F4F4F. Windows color (decimal): -13608837 or 8083504. OLE color: 8083504.

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

Color convert

RGB4888123-
CMYK0.610.2800.52
HSL208º43.86%33.53%-
HSV(B)208º60.98%48.24%-
XYZ8.289.0420.05-
YUV80.03152.25105.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=18.53%
G=33.98%
B=47.49%

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
Decimal48881230.610.2800.5220843.8633.53
Hex30587B3D1C034d02c22
Octal6013017375340643205442
Binary1100001011000111101111110111100011010011010000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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