Html Css Color HEX #335073 Venice Blue

📋 copy color: '#335073'

red 51 ◦ green 80 ◦ blue 115

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

Shades of Venice Blue #335073

Tints of Venice Blue #335073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.52%

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

R = 20.73%
G = 32.52%
B = 46.75%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#335073 (or 0x335073) is known color: Venice Blue. HEX triplet: 33, 50 and 73. RGB value is (51,80,115). Sum of RGB (Red+Green+Blue) = 51+80+115=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #335073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335073 is #CCAF8C. Grayscale: #4B4B4B. Windows color (decimal): -13414285 or 7557171. OLE color: 7557171.

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

Color convert

RGB 51 80 115 -
CMYK 0.56 0.30 0 0.55
HSL 212.81º 0.39% 0.33% -
HSV(B) 212.81º 0.56% 0.45% -
XYZ 7.33 7.68 17.32 -
YUV 75.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 51 80 115 0.56 0.30 0 0.55 212.81 0.39 0.33
Hex 33 50 73 38 1E 0 37 D5 27 21
Octal 63 120 163 70 36 0 67 325 47 41
Binary 110011 1010000 1110011 111000 11110 0 110111 11010101 100111 100001

Color Harmonies of #335073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335073

Black with #335073

Text Example


Text Example

White with #335073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335073; }

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

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

background-color css

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

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

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

border-color css

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

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

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