Html Css Color HEX #355670 Venice Blue

📋 copy color: '#355670'

red 53 ◦ green 86 ◦ blue 112

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

Shades of Venice Blue #355670

Tints of Venice Blue #355670

RGB

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

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

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

R = 21.12%
G = 34.26%
B = 44.62%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#355670 (or 0x355670) is known color: Venice Blue. HEX triplet: 35, 56 and 70. RGB value is (53,86,112). Sum of RGB (Red+Green+Blue) = 53+86+112=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #355670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355670 is #CAA98F. Grayscale: #4E4E4E. Windows color (decimal): -13281680 or 7362101. OLE color: 7362101.

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

Color convert

RGB 53 86 112 -
CMYK 0.53 0.23 0 0.56
HSL 206.44º 0.36% 0.32% -
HSV(B) 206.44º 0.53% 0.44% -
XYZ 7.72 8.58 16.58 -
YUV 79.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 53 86 112 0.53 0.23 0 0.56 206.44 0.36 0.32
Hex 35 56 70 35 17 0 38 CE 24 20
Octal 65 126 160 65 27 0 70 316 44 40
Binary 110101 1010110 1110000 110101 10111 0 111000 11001110 100100 100000

Color Harmonies of #355670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355670

Black with #355670

Text Example


Text Example

White with #355670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355670; }

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

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

background-color css

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

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

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

border-color css

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

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

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