Html Css Color HEX #355172 Venice Blue

📋 copy color: '#355172'

red 53 ◦ green 81 ◦ blue 114

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

Shades of Venice Blue #355172

Tints of Venice Blue #355172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.66%

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

R = 21.37%
G = 32.66%
B = 45.97%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#355172 (or 0x355172) is known color: Venice Blue. HEX triplet: 35, 51 and 72. RGB value is (53,81,114). Sum of RGB (Red+Green+Blue) = 53+81+114=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #355172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355172 is #CAAE8D. Grayscale: #4C4C4C. Windows color (decimal): -13282958 or 7491893. OLE color: 7491893.

HSL color Cylindrical-coordinate representation of color #355172: hue angle of 212.46º 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 #355172 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 81 114 -
CMYK 0.54 0.29 0 0.55
HSL 212.46º 0.37% 0.33% -
HSV(B) 212.46º 0.54% 0.45% -
XYZ 7.45 7.86 17.04 -
YUV 76.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 53 81 114 0.54 0.29 0 0.55 212.46 0.37 0.33
Hex 35 51 72 36 1D 0 37 D4 25 21
Octal 65 121 162 66 35 0 67 324 45 41
Binary 110101 1010001 1110010 110110 11101 0 110111 11010100 100101 100001

Color Harmonies of #355172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355172

Black with #355172

Text Example


Text Example

White with #355172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355172; }

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

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

background-color css

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

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

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

border-color css

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

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

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