#365570

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

Shades of Venice Blue #365570

Tints of Venice Blue #365570

Color information

#365570 (or 0x365570) is unknown color: approx Venice Blue. HEX triplet: 36, 55 and 70. RGB value is (54,85,112). Sum of RGB (Red+Green+Blue) = 54+85+112=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #365570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365570 is #C9AA8F. Grayscale: #4E4E4E. Windows color (decimal): -13216400 or 7361846. OLE color: 7361846.

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

Color convert

RGB5485112-
CMYK0.520.2400.56
HSL207.93º34.94%32.55%-
HSV(B)207.93º51.79%43.92%-
XYZ7.698.4516.55-
YUV78.81146.73110.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=21.51%
G=33.86%
B=44.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54851120.520.2400.56207.9334.9432.55
Hex3655703418038d02321
Octal6612516064300703204341
Binary1101101010101111000011010011000011100011010000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365570; }

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

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

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

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

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

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

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

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