Html Css Color HEX #304F74 Venice Blue

📋 copy color: '#304F74'

red 48 ◦ green 79 ◦ blue 116

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

Shades of Venice Blue #304F74

Tints of Venice Blue #304F74

RGB

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

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

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

R = 19.75%
G = 32.51%
B = 47.74%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304F74 (or 0x304F74) is known color: Venice Blue. HEX triplet: 30, 4F and 74. RGB value is (48,79,116). Sum of RGB (Red+Green+Blue) = 48+79+116=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #304F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F74 is #CFB08B. Grayscale: #494949. Windows color (decimal): -13611148 or 7622448. OLE color: 7622448.

HSL color Cylindrical-coordinate representation of color #304F74: hue angle of 212.65º 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 #304F74 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 79 116 -
CMYK 0.59 0.32 0 0.55
HSL 212.65º 0.41% 0.32% -
HSV(B) 212.65º 0.59% 0.45% -
XYZ 7.17 7.48 17.59 -
YUV 73.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 48 79 116 0.59 0.32 0 0.55 212.65 0.41 0.32
Hex 30 4F 74 3B 20 0 37 D5 29 20
Octal 60 117 164 73 40 0 67 325 51 40
Binary 110000 1001111 1110100 111011 100000 0 110111 11010101 101001 100000

Color Harmonies of #304F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F74

Black with #304F74

Text Example


Text Example

White with #304F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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