Html Css Color HEX #305173 Venice Blue

📋 copy color: '#305173'

red 48 ◦ green 81 ◦ blue 115

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

Shades of Venice Blue #305173

Tints of Venice Blue #305173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.13%

R = 19.67%
G = 33.2%
B = 47.13%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305173 (or 0x305173) is known color: Venice Blue. HEX triplet: 30, 51 and 73. RGB value is (48,81,115). Sum of RGB (Red+Green+Blue) = 48+81+115=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #305173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305173 is #CFAE8C. Grayscale: #4A4A4A. Windows color (decimal): -13610637 or 7557424. OLE color: 7557424.

HSL color Cylindrical-coordinate representation of color #305173: hue angle of 210.45º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305173 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 81 115 -
CMYK 0.58 0.30 0 0.55
HSL 210.45º 0.41% 0.32% -
HSV(B) 210.45º 0.58% 0.45% -
XYZ 7.26 7.75 17.33 -
YUV 75.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 48 81 115 0.58 0.30 0 0.55 210.45 0.41 0.32
Hex 30 51 73 3A 1E 0 37 D2 29 20
Octal 60 121 163 72 36 0 67 322 51 40
Binary 110000 1010001 1110011 111010 11110 0 110111 11010010 101001 100000

Color Harmonies of #305173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305173

Black with #305173

Text Example


Text Example

White with #305173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305173; }

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

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

background-color css

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

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

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

border-color css

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

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

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