Html Css Color HEX #305172 Venice Blue

📋 copy color: '#305172'

red 48 ◦ green 81 ◦ blue 114

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

Shades of Venice Blue #305172

Tints of Venice Blue #305172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.91%

R = 19.75%
G = 33.33%
B = 46.91%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305172 (or 0x305172) is known color: Venice Blue. HEX triplet: 30, 51 and 72. RGB value is (48,81,114). Sum of RGB (Red+Green+Blue) = 48+81+114=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #305172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305172 is #CFAE8D. Grayscale: #4A4A4A. Windows color (decimal): -13610638 or 7491888. OLE color: 7491888.

HSL color Cylindrical-coordinate representation of color #305172: hue angle of 210º 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 #305172 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 81 114 -
CMYK 0.58 0.29 0 0.55
HSL 210º 0.41% 0.32% -
HSV(B) 210º 0.58% 0.45% -
XYZ 7.2 7.73 17.03 -
YUV 74.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 48 81 114 0.58 0.29 0 0.55 210 0.41 0.32
Hex 30 51 72 3A 1D 0 37 D2 29 20
Octal 60 121 162 72 35 0 67 322 51 40
Binary 110000 1010001 1110010 111010 11101 0 110111 11010010 101001 100000

Color Harmonies of #305172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305172

Black with #305172

Text Example


Text Example

White with #305172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305172; }

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

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

background-color css

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

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

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

border-color css

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

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

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