#36536F

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

Shades of Venice Blue #36536F

Tints of Venice Blue #36536F

Color information

#36536F (or 0x36536F) is unknown color: approx Venice Blue. HEX triplet: 36, 53 and 6F. RGB value is (54,83,111). Sum of RGB (Red+Green+Blue) = 54+83+111=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #36536F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36536F is #C9AC90. Grayscale: #4D4D4D. Windows color (decimal): -13216913 or 7295798. OLE color: 7295798.

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

Color convert

RGB5483111-
CMYK0.510.2500.56
HSL209.47º34.55%32.35%-
HSV(B)209.47º51.35%43.53%-
XYZ7.488.1216.21-
YUV77.52146.89111.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 111 (43.75% from 255) = 44.76%
R=21.77%
G=33.47%
B=44.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54831110.510.2500.56209.4734.5532.35
Hex36536F3319038d12320
Octal6612315763310703214340
Binary1101101010011110111111001111001011100011010001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,83,111); }

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

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

 a { background-color: rgb(54,83,111); }

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

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

 span { border-color: rgb(54,83,111); }

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