Html Css Color HEX #305171 Venice Blue

📋 copy color: '#305171'

red 48 ◦ green 81 ◦ blue 113

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

Shades of Venice Blue #305171

Tints of Venice Blue #305171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 19.83%
G = 33.47%
B = 46.69%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#305171 (or 0x305171) is known color: Venice Blue. HEX triplet: 30, 51 and 71. RGB value is (48,81,113). Sum of RGB (Red+Green+Blue) = 48+81+113=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #305171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305171 is #CFAE8E. Grayscale: #4A4A4A. Windows color (decimal): -13610639 or 7426352. OLE color: 7426352.

HSL color Cylindrical-coordinate representation of color #305171: hue angle of 209.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305171 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 81 113 -
CMYK 0.58 0.28 0 0.56
HSL 209.54º 0.4% 0.32% -
HSV(B) 209.54º 0.58% 0.44% -
XYZ 7.14 7.71 16.73 -
YUV 74.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 48 81 113 0.58 0.28 0 0.56 209.54 0.4 0.32
Hex 30 51 71 3A 1C 0 38 D2 28 20
Octal 60 121 161 72 34 0 70 322 50 40
Binary 110000 1010001 1110001 111010 11100 0 111000 11010010 101000 100000

Color Harmonies of #305171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305171

Black with #305171

Text Example


Text Example

White with #305171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305171; }

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

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

background-color css

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

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

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

border-color css

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

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

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