Html Css Color HEX #30587B Venice Blue

📋 copy color: '#30587B'

red 48 ◦ green 88 ◦ blue 123

#30587B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #30587B

Tints of Venice Blue #30587B

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 value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#30587B (or 0x30587B) is known color: 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

RGB 48 88 123 -
CMYK 0.61 0.28 0 0.52
HSL 208º 0.44% 0.34% -
HSV(B) 208º 0.61% 0.48% -
XYZ 8.28 9.04 20.05 -
YUV 80.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 48 88 123 0.61 0.28 0 0.52 208 0.44 0.34
Hex 30 58 7B 3D 1C 0 34 D0 2C 22
Octal 60 130 173 75 34 0 64 320 54 42
Binary 110000 1011000 1111011 111101 11100 0 110100 11010000 101100 100010

Color Harmonies of #30587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30587B

Black with #30587B

Text Example


Text Example

White with #30587B

Text Example


Text Example

HTML Codes & Css Web 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>