Html Css Color HEX #305071 Venice Blue

📋 copy color: '#305071'

red 48 ◦ green 80 ◦ blue 113

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

Shades of Venice Blue #305071

Tints of Venice Blue #305071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.2%

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

R = 19.92%
G = 33.2%
B = 46.89%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#305071 (or 0x305071) is known color: Venice Blue. HEX triplet: 30, 50 and 71. RGB value is (48,80,113). Sum of RGB (Red+Green+Blue) = 48+80+113=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #305071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305071 is #CFAF8E. Grayscale: #4A4A4A. Windows color (decimal): -13610895 or 7426096. OLE color: 7426096.

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

Color convert

RGB 48 80 113 -
CMYK 0.58 0.29 0 0.56
HSL 210.46º 0.4% 0.32% -
HSV(B) 210.46º 0.58% 0.44% -
XYZ 7.07 7.56 16.71 -
YUV 74.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 48 80 113 0.58 0.29 0 0.56 210.46 0.4 0.32
Hex 30 50 71 3A 1D 0 38 D2 28 20
Octal 60 120 161 72 35 0 70 322 50 40
Binary 110000 1010000 1110001 111010 11101 0 111000 11010010 101000 100000

Color Harmonies of #305071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305071

Black with #305071

Text Example


Text Example

White with #305071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305071; }

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

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

background-color css

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

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

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

border-color css

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

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

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