Html Css Color HEX #354F71 Venice Blue

📋 copy color: '#354F71'

red 53 ◦ green 79 ◦ blue 113

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

Shades of Venice Blue #354F71

Tints of Venice Blue #354F71

RGB

 RED value IS 53 (21.09% from 255) = 21.63%

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

 BLUE value IS 113 (44.53% from 255) = 46.12%

R = 21.63%
G = 32.24%
B = 46.12%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#354F71 (or 0x354F71) is known color: Venice Blue. HEX triplet: 35, 4F and 71. RGB value is (53,79,113). Sum of RGB (Red+Green+Blue) = 53+79+113=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #354F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F71 is #CAB08E. Grayscale: #4A4A4A. Windows color (decimal): -13283471 or 7425845. OLE color: 7425845.

HSL color Cylindrical-coordinate representation of color #354F71: hue angle of 214º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354F71 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 79 113 -
CMYK 0.53 0.30 0 0.56
HSL 214º 0.36% 0.33% -
HSV(B) 214º 0.53% 0.44% -
XYZ 7.24 7.54 16.7 -
YUV 75.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 53 79 113 0.53 0.30 0 0.56 214 0.36 0.33
Hex 35 4F 71 35 1E 0 38 D6 24 21
Octal 65 117 161 65 36 0 70 326 44 41
Binary 110101 1001111 1110001 110101 11110 0 111000 11010110 100100 100001

Color Harmonies of #354F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F71

Black with #354F71

Text Example


Text Example

White with #354F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354F71; }

 p { color: rgb(53,79,113); }

 H1.HeaderClassName
 {
   color: #354F71;
 }
 .AnyTagClassName
 {
   color: #354F71;
 }
</style>

background-color css

<style>
 a { background-color: #354F71; }

 a { background-color: rgb(53,79,113); }

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

border-color css

<style>
 span { border-color: #354F71; }

 span { border-color: rgb(53,79,113); }

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