Html Css Color HEX #335472 Venice Blue

📋 copy color: '#335472'

red 51 ◦ green 84 ◦ blue 114

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

Shades of Venice Blue #335472

Tints of Venice Blue #335472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 20.48%
G = 33.73%
B = 45.78%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#335472 (or 0x335472) is known color: Venice Blue. HEX triplet: 33, 54 and 72. RGB value is (51,84,114). Sum of RGB (Red+Green+Blue) = 51+84+114=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #335472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335472 is #CCAB8D. Grayscale: #4D4D4D. Windows color (decimal): -13413262 or 7492659. OLE color: 7492659.

HSL color Cylindrical-coordinate representation of color #335472: hue angle of 208.57º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #335472 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 84 114 -
CMYK 0.55 0.26 0 0.55
HSL 208.57º 0.38% 0.32% -
HSV(B) 208.57º 0.55% 0.45% -
XYZ 7.57 8.26 17.11 -
YUV 77.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 51 84 114 0.55 0.26 0 0.55 208.57 0.38 0.32
Hex 33 54 72 37 1A 0 37 D1 26 20
Octal 63 124 162 67 32 0 67 321 46 40
Binary 110011 1010100 1110010 110111 11010 0 110111 11010001 100110 100000

Color Harmonies of #335472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335472

Black with #335472

Text Example


Text Example

White with #335472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335472; }

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

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

background-color css

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

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

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

border-color css

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

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

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