#35506F

Color #35506F Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #35506F

Tints of Venice Blue #35506F

Color information

#35506F (or 0x35506F) is unknown color: approx Venice Blue. HEX triplet: 35, 50 and 6F. RGB value is (53,80,111). Sum of RGB (Red+Green+Blue) = 53+80+111=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #35506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35506F is #CAAF90. Grayscale: #4B4B4B. Windows color (decimal): -13283217 or 7295029. OLE color: 7295029.

HSL color Cylindrical-coordinate representation of color #35506F: hue angle of 212.07º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35506F is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5380111-
CMYK0.520.2800.56
HSL212.07º35.37%32.16%-
HSV(B)212.07º52.25%43.53%-
XYZ7.217.6416.13-
YUV75.46148.05111.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 111 (43.75% from 255) = 45.49%
R=21.72%
G=32.79%
B=45.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53801110.520.2800.56212.0735.3732.16
Hex35506F341C038d42320
Octal6512015764340703244340
Binary1101011010000110111111010011100011100011010100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35506F; }

 p { color: rgb(53,80,111); }

 H1.HeaderClassName
 {
   color: #35506F;
 }
 .AnyTagClassName
 {
   color: #35506F;
 }
</style>
background-color css

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

 a { background-color: rgb(53,80,111); }

 div.DivClassName
 {
   background-color: #35506F;
 }
 .BgClassName
 {
   background-color: #35506F;
 }
</style>
border-color css

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

 span { border-color: rgb(53,80,111); }

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