Html Css Color HEX #355672 Venice Blue

📋 copy color: '#355672'

red 53 ◦ green 86 ◦ blue 114

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

Shades of Venice Blue #355672

Tints of Venice Blue #355672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.99%

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

R = 20.95%
G = 33.99%
B = 45.06%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#355672 (or 0x355672) is known color: Venice Blue. HEX triplet: 35, 56 and 72. RGB value is (53,86,114). Sum of RGB (Red+Green+Blue) = 53+86+114=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #355672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355672 is #CAA98D. Grayscale: #4F4F4F. Windows color (decimal): -13281678 or 7493173. OLE color: 7493173.

HSL color Cylindrical-coordinate representation of color #355672: hue angle of 207.54º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355672 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 86 114 -
CMYK 0.54 0.25 0 0.55
HSL 207.54º 0.37% 0.33% -
HSV(B) 207.54º 0.54% 0.45% -
XYZ 7.83 8.63 17.17 -
YUV 79.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 53 86 114 0.54 0.25 0 0.55 207.54 0.37 0.33
Hex 35 56 72 36 19 0 37 D0 25 21
Octal 65 126 162 66 31 0 67 320 45 41
Binary 110101 1010110 1110010 110110 11001 0 110111 11010000 100101 100001

Color Harmonies of #355672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355672

Black with #355672

Text Example


Text Example

White with #355672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355672; }

 p { color: rgb(53,86,114); }

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

background-color css

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

 a { background-color: rgb(53,86,114); }

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

border-color css

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

 span { border-color: rgb(53,86,114); }

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