Html Css Color HEX #344E70 Venice Blue

📋 copy color: '#344E70'

red 52 ◦ green 78 ◦ blue 112

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

Shades of Venice Blue #344E70

Tints of Venice Blue #344E70

RGB

 RED value IS 52 (20.7% from 255) = 21.49%

 GREEN value IS 78 (30.86% from 255) = 32.23%

 BLUE value IS 112 (44.14% from 255) = 46.28%

R = 21.49%
G = 32.23%
B = 46.28%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#344E70 (or 0x344E70) is known color: Venice Blue. HEX triplet: 34, 4E and 70. RGB value is (52,78,112). Sum of RGB (Red+Green+Blue) = 52+78+112=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #344E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E70 is #CBB18F. Grayscale: #494949. Windows color (decimal): -13349264 or 7360052. OLE color: 7360052.

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

Color convert

RGB 52 78 112 -
CMYK 0.54 0.30 0 0.56
HSL 214º 0.37% 0.32% -
HSV(B) 214º 0.54% 0.44% -
XYZ 7.07 7.35 16.38 -
YUV 74.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 52 78 112 0.54 0.30 0 0.56 214 0.37 0.32
Hex 34 4E 70 36 1E 0 38 D6 25 20
Octal 64 116 160 66 36 0 70 326 45 40
Binary 110100 1001110 1110000 110110 11110 0 111000 11010110 100101 100000

Color Harmonies of #344E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E70

Black with #344E70

Text Example


Text Example

White with #344E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344E70; }

 p { color: rgb(52,78,112); }

 H1.HeaderClassName
 {
   color: #344E70;
 }
 .AnyTagClassName
 {
   color: #344E70;
 }
</style>

background-color css

<style>
 a { background-color: #344E70; }

 a { background-color: rgb(52,78,112); }

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

border-color css

<style>
 span { border-color: #344E70; }

 span { border-color: rgb(52,78,112); }

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