Html Css Color HEX #334C6F Venice Blue

📋 copy color: '#334C6F'

red 51 ◦ green 76 ◦ blue 111

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

Shades of Venice Blue #334C6F

Tints of Venice Blue #334C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.93%

 BLUE value IS 111 (43.75% from 255) = 46.64%

R = 21.43%
G = 31.93%
B = 46.64%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#334C6F (or 0x334C6F) is known color: Venice Blue. HEX triplet: 33, 4C and 6F. RGB value is (51,76,111). Sum of RGB (Red+Green+Blue) = 51+76+111=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #334C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C6F is #CCB390. Grayscale: #484848. Windows color (decimal): -13415313 or 7294003. OLE color: 7294003.

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

Color convert

RGB 51 76 111 -
CMYK 0.54 0.32 0 0.56
HSL 215º 0.37% 0.32% -
HSV(B) 215º 0.54% 0.44% -
XYZ 6.82 7.02 16.03 -
YUV 72.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 51 76 111 0.54 0.32 0 0.56 215 0.37 0.32
Hex 33 4C 6F 36 20 0 38 D7 25 20
Octal 63 114 157 66 40 0 70 327 45 40
Binary 110011 1001100 1101111 110110 100000 0 111000 11010111 100101 100000

Color Harmonies of #334C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C6F

Black with #334C6F

Text Example


Text Example

White with #334C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,76,111); }

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

background-color css

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

 a { background-color: rgb(51,76,111); }

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

border-color css

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

 span { border-color: rgb(51,76,111); }

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