Html Css Color HEX #30516D Venice Blue

📋 copy color: '#30516D'

red 48 ◦ green 81 ◦ blue 109

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

Shades of Venice Blue #30516D

Tints of Venice Blue #30516D

RGB

 RED value IS 48 (19.14% from 255) = 20.17%

 GREEN value IS 81 (32.03% from 255) = 34.03%

 BLUE value IS 109 (42.97% from 255) = 45.8%

R = 20.17%
G = 34.03%
B = 45.8%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30516D (or 0x30516D) is known color: Venice Blue. HEX triplet: 30, 51 and 6D. RGB value is (48,81,109). Sum of RGB (Red+Green+Blue) = 48+81+109=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #30516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30516D is #CFAE92. Grayscale: #4A4A4A. Windows color (decimal): -13610643 or 7164208. OLE color: 7164208.

HSL color Cylindrical-coordinate representation of color #30516D: hue angle of 207.54º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30516D is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 81 109 -
CMYK 0.56 0.26 0 0.57
HSL 207.54º 0.39% 0.31% -
HSV(B) 207.54º 0.56% 0.43% -
XYZ 6.92 7.62 15.57 -
YUV 74.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 48 81 109 0.56 0.26 0 0.57 207.54 0.39 0.31
Hex 30 51 6D 38 1A 0 39 D0 27 1F
Octal 60 121 155 70 32 0 71 320 47 37
Binary 110000 1010001 1101101 111000 11010 0 111001 11010000 100111 11111

Color Harmonies of #30516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30516D

Black with #30516D

Text Example


Text Example

White with #30516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30516D; }

 p { color: rgb(48,81,109); }

 H1.HeaderClassName
 {
   color: #30516D;
 }
 .AnyTagClassName
 {
   color: #30516D;
 }
</style>

background-color css

<style>
 a { background-color: #30516D; }

 a { background-color: rgb(48,81,109); }

 div.DivClassName
 {
   background-color: #30516D;
 }
 .BgClassName
 {
   background-color: #30516D;
 }
</style>

border-color css

<style>
 span { border-color: #30516D; }

 span { border-color: rgb(48,81,109); }

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