#365070

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

Shades of Venice Blue #365070

Tints of Venice Blue #365070

Color information

#365070 (or 0x365070) is unknown color: approx Venice Blue. HEX triplet: 36, 50 and 70. RGB value is (54,80,112). Sum of RGB (Red+Green+Blue) = 54+80+112=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #365070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365070 is #C9AF8F. Grayscale: #4B4B4B. Windows color (decimal): -13217680 or 7360566. OLE color: 7360566.

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

Color convert

RGB5480112-
CMYK0.520.2900.56
HSL213.1º34.94%32.55%-
HSV(B)213.1º51.79%43.92%-
XYZ7.317.6916.43-
YUV75.87148.39112.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=21.95%
G=32.52%
B=45.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54801120.520.2900.56213.134.9432.55
Hex365070341D038d52321
Octal6612016064350703254341
Binary1101101010000111000011010011101011100011010101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365070; }

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

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

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

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

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

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

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

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