Html Css Color HEX #335570 Venice Blue

📋 copy color: '#335570'

red 51 ◦ green 85 ◦ blue 112

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

Shades of Venice Blue #335570

Tints of Venice Blue #335570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.27%

 BLUE value IS 112 (44.14% from 255) = 45.16%

R = 20.56%
G = 34.27%
B = 45.16%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#335570 (or 0x335570) is known color: Venice Blue. HEX triplet: 33, 55 and 70. RGB value is (51,85,112). Sum of RGB (Red+Green+Blue) = 51+85+112=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #335570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335570 is #CCAA8F. Grayscale: #4D4D4D. Windows color (decimal): -13413008 or 7361843. OLE color: 7361843.

HSL color Cylindrical-coordinate representation of color #335570: hue angle of 206.56º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #335570 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 85 112 -
CMYK 0.54 0.24 0 0.56
HSL 206.56º 0.37% 0.32% -
HSV(B) 206.56º 0.54% 0.44% -
XYZ 7.54 8.37 16.55 -
YUV 77.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 51 85 112 0.54 0.24 0 0.56 206.56 0.37 0.32
Hex 33 55 70 36 18 0 38 CF 25 20
Octal 63 125 160 66 30 0 70 317 45 40
Binary 110011 1010101 1110000 110110 11000 0 111000 11001111 100101 100000

Color Harmonies of #335570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335570

Black with #335570

Text Example


Text Example

White with #335570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335570; }

 p { color: rgb(51,85,112); }

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

background-color css

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

 a { background-color: rgb(51,85,112); }

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

border-color css

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

 span { border-color: rgb(51,85,112); }

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