Html Css Color HEX #334F72 Venice Blue

📋 copy color: '#334F72'

red 51 ◦ green 79 ◦ blue 114

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

Shades of Venice Blue #334F72

Tints of Venice Blue #334F72

RGB

 RED value IS 51 (20.31% from 255) = 20.9%

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

 BLUE value IS 114 (44.92% from 255) = 46.72%

R = 20.9%
G = 32.38%
B = 46.72%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#334F72 (or 0x334F72) is known color: Venice Blue. HEX triplet: 33, 4F and 72. RGB value is (51,79,114). Sum of RGB (Red+Green+Blue) = 51+79+114=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #334F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F72 is #CCB08D. Grayscale: #4A4A4A. Windows color (decimal): -13414542 or 7491379. OLE color: 7491379.

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

Color convert

RGB 51 79 114 -
CMYK 0.55 0.31 0 0.55
HSL 213.33º 0.38% 0.32% -
HSV(B) 213.33º 0.55% 0.45% -
XYZ 7.2 7.51 16.99 -
YUV 74.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 51 79 114 0.55 0.31 0 0.55 213.33 0.38 0.32
Hex 33 4F 72 37 1F 0 37 D5 26 20
Octal 63 117 162 67 37 0 67 325 46 40
Binary 110011 1001111 1110010 110111 11111 0 110111 11010101 100110 100000

Color Harmonies of #334F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F72

Black with #334F72

Text Example


Text Example

White with #334F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334F72; }

 p { color: rgb(51,79,114); }

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

background-color css

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

 a { background-color: rgb(51,79,114); }

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

border-color css

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

 span { border-color: rgb(51,79,114); }

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