Html Css Color HEX #305174 Venice Blue

📋 copy color: '#305174'

red 48 ◦ green 81 ◦ blue 116

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

Shades of Venice Blue #305174

Tints of Venice Blue #305174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.35%

R = 19.59%
G = 33.06%
B = 47.35%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305174 (or 0x305174) is known color: Venice Blue. HEX triplet: 30, 51 and 74. RGB value is (48,81,116). Sum of RGB (Red+Green+Blue) = 48+81+116=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #305174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305174 is #CFAE8B. Grayscale: #4A4A4A. Windows color (decimal): -13610636 or 7622960. OLE color: 7622960.

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

Color convert

RGB 48 81 116 -
CMYK 0.59 0.30 0 0.55
HSL 210.88º 0.41% 0.32% -
HSV(B) 210.88º 0.59% 0.45% -
XYZ 7.31 7.77 17.64 -
YUV 75.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 48 81 116 0.59 0.30 0 0.55 210.88 0.41 0.32
Hex 30 51 74 3B 1E 0 37 D3 29 20
Octal 60 121 164 73 36 0 67 323 51 40
Binary 110000 1010001 1110100 111011 11110 0 110111 11010011 101001 100000

Color Harmonies of #305174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305174

Black with #305174

Text Example


Text Example

White with #305174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305174; }

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

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

background-color css

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

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

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

border-color css

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

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

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