Html Css Color HEX #305170 Venice Blue

📋 copy color: '#305170'

red 48 ◦ green 81 ◦ blue 112

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

Shades of Venice Blue #305170

Tints of Venice Blue #305170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.47%

R = 19.92%
G = 33.61%
B = 46.47%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#305170 (or 0x305170) is known color: Venice Blue. HEX triplet: 30, 51 and 70. RGB value is (48,81,112). Sum of RGB (Red+Green+Blue) = 48+81+112=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #305170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305170 is #CFAE8F. Grayscale: #4A4A4A. Windows color (decimal): -13610640 or 7360816. OLE color: 7360816.

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

Color convert

RGB 48 81 112 -
CMYK 0.57 0.28 0 0.56
HSL 209.06º 0.4% 0.31% -
HSV(B) 209.06º 0.57% 0.44% -
XYZ 7.09 7.68 16.44 -
YUV 74.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 48 81 112 0.57 0.28 0 0.56 209.06 0.4 0.31
Hex 30 51 70 39 1C 0 38 D1 28 1F
Octal 60 121 160 71 34 0 70 321 50 37
Binary 110000 1010001 1110000 111001 11100 0 111000 11010001 101000 11111

Color Harmonies of #305170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305170

Black with #305170

Text Example


Text Example

White with #305170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305170; }

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

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

background-color css

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

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

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

border-color css

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

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

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