Html Css Color HEX #334F6E Venice Blue

📋 copy color: '#334F6E'

red 51 ◦ green 79 ◦ blue 110

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

Shades of Venice Blue #334F6E

Tints of Venice Blue #334F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.83%

R = 21.25%
G = 32.92%
B = 45.83%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#334F6E (or 0x334F6E) is known color: Venice Blue. HEX triplet: 33, 4F and 6E. RGB value is (51,79,110). Sum of RGB (Red+Green+Blue) = 51+79+110=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #334F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F6E is #CCB091. Grayscale: #4A4A4A. Windows color (decimal): -13414546 or 7229235. OLE color: 7229235.

HSL color Cylindrical-coordinate representation of color #334F6E: hue angle of 211.53º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #334F6E is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 79 110 -
CMYK 0.54 0.28 0 0.57
HSL 211.53º 0.37% 0.32% -
HSV(B) 211.53º 0.54% 0.43% -
XYZ 6.98 7.42 15.82 -
YUV 74.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 51 79 110 0.54 0.28 0 0.57 211.53 0.37 0.32
Hex 33 4F 6E 36 1C 0 39 D4 25 20
Octal 63 117 156 66 34 0 71 324 45 40
Binary 110011 1001111 1101110 110110 11100 0 111001 11010100 100101 100000

Color Harmonies of #334F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F6E

Black with #334F6E

Text Example


Text Example

White with #334F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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