Html Css Color HEX #304F71 Venice Blue

📋 copy color: '#304F71'

red 48 ◦ green 79 ◦ blue 113

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

Shades of Venice Blue #304F71

Tints of Venice Blue #304F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.92%

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

R = 20%
G = 32.92%
B = 47.08%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#304F71 (or 0x304F71) is known color: Venice Blue. HEX triplet: 30, 4F and 71. RGB value is (48,79,113). Sum of RGB (Red+Green+Blue) = 48+79+113=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #304F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F71 is #CFB08E. Grayscale: #494949. Windows color (decimal): -13611151 or 7425840. OLE color: 7425840.

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

Color convert

RGB 48 79 113 -
CMYK 0.58 0.30 0 0.56
HSL 211.38º 0.4% 0.32% -
HSV(B) 211.38º 0.58% 0.44% -
XYZ 7 7.41 16.68 -
YUV 73.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 48 79 113 0.58 0.30 0 0.56 211.38 0.4 0.32
Hex 30 4F 71 3A 1E 0 38 D3 28 20
Octal 60 117 161 72 36 0 70 323 50 40
Binary 110000 1001111 1110001 111010 11110 0 111000 11010011 101000 100000

Color Harmonies of #304F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F71

Black with #304F71

Text Example


Text Example

White with #304F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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