Html Css Color HEX #335473 Venice Blue

📋 copy color: '#335473'

red 51 ◦ green 84 ◦ blue 115

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

Shades of Venice Blue #335473

Tints of Venice Blue #335473

RGB

 RED value IS 51 (20.31% from 255) = 20.4%

 GREEN value IS 84 (33.2% from 255) = 33.6%

 BLUE value IS 115 (45.31% from 255) = 46%

R = 20.4%
G = 33.6%
B = 46%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#335473 (or 0x335473) is known color: Venice Blue. HEX triplet: 33, 54 and 73. RGB value is (51,84,115). Sum of RGB (Red+Green+Blue) = 51+84+115=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #335473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335473 is #CCAB8C. Grayscale: #4D4D4D. Windows color (decimal): -13413261 or 7558195. OLE color: 7558195.

HSL color Cylindrical-coordinate representation of color #335473: hue angle of 209.06º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #335473 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 84 115 -
CMYK 0.56 0.27 0 0.55
HSL 209.06º 0.39% 0.33% -
HSV(B) 209.06º 0.56% 0.45% -
XYZ 7.63 8.28 17.42 -
YUV 77.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 51 84 115 0.56 0.27 0 0.55 209.06 0.39 0.33
Hex 33 54 73 38 1B 0 37 D1 27 21
Octal 63 124 163 70 33 0 67 321 47 41
Binary 110011 1010100 1110011 111000 11011 0 110111 11010001 100111 100001

Color Harmonies of #335473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335473

Black with #335473

Text Example


Text Example

White with #335473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335473; }

 p { color: rgb(51,84,115); }

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

background-color css

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

 a { background-color: rgb(51,84,115); }

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

border-color css

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

 span { border-color: rgb(51,84,115); }

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