Html Css Color HEX #355375 Venice Blue

📋 copy color: '#355375'

red 53 ◦ green 83 ◦ blue 117

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

Shades of Venice Blue #355375

Tints of Venice Blue #355375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

 BLUE value IS 117 (46.09% from 255) = 46.25%

R = 20.95%
G = 32.81%
B = 46.25%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#355375 (or 0x355375) is known color: Venice Blue. HEX triplet: 35, 53 and 75. RGB value is (53,83,117). Sum of RGB (Red+Green+Blue) = 53+83+117=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #355375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355375 is #CAAC8A. Grayscale: #4D4D4D. Windows color (decimal): -13282443 or 7689013. OLE color: 7689013.

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

Color convert

RGB 53 83 117 -
CMYK 0.55 0.29 0 0.54
HSL 211.88º 0.38% 0.33% -
HSV(B) 211.88º 0.55% 0.46% -
XYZ 7.77 8.23 18.01 -
YUV 77.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 53 83 117 0.55 0.29 0 0.54 211.88 0.38 0.33
Hex 35 53 75 37 1D 0 36 D4 26 21
Octal 65 123 165 67 35 0 66 324 46 41
Binary 110101 1010011 1110101 110111 11101 0 110110 11010100 100110 100001

Color Harmonies of #355375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355375

Black with #355375

Text Example


Text Example

White with #355375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355375; }

 p { color: rgb(53,83,117); }

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

background-color css

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

 a { background-color: rgb(53,83,117); }

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

border-color css

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

 span { border-color: rgb(53,83,117); }

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