Html Css Color HEX #335274 Venice Blue

📋 copy color: '#335274'

red 51 ◦ green 82 ◦ blue 116

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

Shades of Venice Blue #335274

Tints of Venice Blue #335274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

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

R = 20.48%
G = 32.93%
B = 46.59%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#335274 (or 0x335274) is known color: Venice Blue. HEX triplet: 33, 52 and 74. RGB value is (51,82,116). Sum of RGB (Red+Green+Blue) = 51+82+116=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #335274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335274 is #CCAD8B. Grayscale: #4C4C4C. Windows color (decimal): -13413772 or 7623219. OLE color: 7623219.

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

Color convert

RGB 51 82 116 -
CMYK 0.56 0.29 0 0.55
HSL 211.38º 0.39% 0.33% -
HSV(B) 211.38º 0.56% 0.45% -
XYZ 7.53 8 17.67 -
YUV 76.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 51 82 116 0.56 0.29 0 0.55 211.38 0.39 0.33
Hex 33 52 74 38 1D 0 37 D3 27 21
Octal 63 122 164 70 35 0 67 323 47 41
Binary 110011 1010010 1110100 111000 11101 0 110111 11010011 100111 100001

Color Harmonies of #335274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335274

Black with #335274

Text Example


Text Example

White with #335274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335274; }

 p { color: rgb(51,82,116); }

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

background-color css

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

 a { background-color: rgb(51,82,116); }

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

border-color css

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

 span { border-color: rgb(51,82,116); }

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