Html Css Color HEX #30516E Venice Blue

📋 copy color: '#30516E'

red 48 ◦ green 81 ◦ blue 110

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

Shades of Venice Blue #30516E

Tints of Venice Blue #30516E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 46.03%

R = 20.08%
G = 33.89%
B = 46.03%

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

#30516E (or 0x30516E) is known color: Venice Blue. HEX triplet: 30, 51 and 6E. RGB value is (48,81,110). Sum of RGB (Red+Green+Blue) = 48+81+110=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #30516E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30516E is #CFAE91. Grayscale: #4A4A4A. Windows color (decimal): -13610642 or 7229744. OLE color: 7229744.

HSL color Cylindrical-coordinate representation of color #30516E: hue angle of 208.06º 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 #30516E is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 81 110 -
CMYK 0.56 0.26 0 0.57
HSL 208.06º 0.39% 0.31% -
HSV(B) 208.06º 0.56% 0.43% -
XYZ 6.98 7.64 15.86 -
YUV 74.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 48 81 110 0.56 0.26 0 0.57 208.06 0.39 0.31
Hex 30 51 6E 38 1A 0 39 D0 27 1F
Octal 60 121 156 70 32 0 71 320 47 37
Binary 110000 1010001 1101110 111000 11010 0 111001 11010000 100111 11111

Color Harmonies of #30516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30516E

Black with #30516E

Text Example


Text Example

White with #30516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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