Html Css Color HEX #355874 Venice Blue

📋 copy color: '#355874'

red 53 ◦ green 88 ◦ blue 116

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

Shades of Venice Blue #355874

Tints of Venice Blue #355874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.24%

 BLUE value IS 116 (45.7% from 255) = 45.14%

R = 20.62%
G = 34.24%
B = 45.14%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#355874 (or 0x355874) is known color: Venice Blue. HEX triplet: 35, 58 and 74. RGB value is (53,88,116). Sum of RGB (Red+Green+Blue) = 53+88+116=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #355874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355874 is #CAA78B. Grayscale: #505050. Windows color (decimal): -13281164 or 7624757. OLE color: 7624757.

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

Color convert

RGB 53 88 116 -
CMYK 0.54 0.24 0 0.55
HSL 206.67º 0.37% 0.33% -
HSV(B) 206.67º 0.54% 0.45% -
XYZ 8.11 9 17.83 -
YUV 80.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 53 88 116 0.54 0.24 0 0.55 206.67 0.37 0.33
Hex 35 58 74 36 18 0 37 CF 25 21
Octal 65 130 164 66 30 0 67 317 45 41
Binary 110101 1011000 1110100 110110 11000 0 110111 11001111 100101 100001

Color Harmonies of #355874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355874

Black with #355874

Text Example


Text Example

White with #355874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355874; }

 p { color: rgb(53,88,116); }

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

background-color css

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

 a { background-color: rgb(53,88,116); }

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

border-color css

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

 span { border-color: rgb(53,88,116); }

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