Html Css Color HEX #355774 Venice Blue

📋 copy color: '#355774'

red 53 ◦ green 87 ◦ blue 116

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

Shades of Venice Blue #355774

Tints of Venice Blue #355774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.98%

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

R = 20.7%
G = 33.98%
B = 45.31%

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

#355774 (or 0x355774) is known color: Venice Blue. HEX triplet: 35, 57 and 74. RGB value is (53,87,116). Sum of RGB (Red+Green+Blue) = 53+87+116=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #355774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355774 is #CAA88B. Grayscale: #4F4F4F. Windows color (decimal): -13281420 or 7624501. OLE color: 7624501.

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

Color convert

RGB 53 87 116 -
CMYK 0.54 0.25 0 0.55
HSL 207.62º 0.37% 0.33% -
HSV(B) 207.62º 0.54% 0.45% -
XYZ 8.03 8.83 17.81 -
YUV 80.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 53 87 116 0.54 0.25 0 0.55 207.62 0.37 0.33
Hex 35 57 74 36 19 0 37 D0 25 21
Octal 65 127 164 66 31 0 67 320 45 41
Binary 110101 1010111 1110100 110110 11001 0 110111 11010000 100101 100001

Color Harmonies of #355774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355774

Black with #355774

Text Example


Text Example

White with #355774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355774; }

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

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

background-color css

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

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

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

border-color css

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

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

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