#365670

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

Shades of Venice Blue #365670

Tints of Venice Blue #365670

Color information

#365670 (or 0x365670) is unknown color: approx Venice Blue. HEX triplet: 36, 56 and 70. RGB value is (54,86,112). Sum of RGB (Red+Green+Blue) = 54+86+112=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #365670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365670 is #C9A98F. Grayscale: #4F4F4F. Windows color (decimal): -13216144 or 7362102. OLE color: 7362102.

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

Color convert

RGB5486112-
CMYK0.520.2300.56
HSL206.9º34.94%32.55%-
HSV(B)206.9º51.79%43.92%-
XYZ7.778.6116.58-
YUV79.4146.4109.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.43%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=21.43%
G=34.13%
B=44.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54861120.520.2300.56206.934.9432.55
Hex3656703417038cf2321
Octal6612616064270703174341
Binary1101101010110111000011010010111011100011001111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365670; }

 p { color: rgb(54,86,112); }

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

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

 a { background-color: rgb(54,86,112); }

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

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

 span { border-color: rgb(54,86,112); }

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