#365370

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

Shades of Venice Blue #365370

Tints of Venice Blue #365370

Color information

#365370 (or 0x365370) is unknown color: approx Venice Blue. HEX triplet: 36, 53 and 70. RGB value is (54,83,112). Sum of RGB (Red+Green+Blue) = 54+83+112=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #365370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365370 is #C9AC8F. Grayscale: #4D4D4D. Windows color (decimal): -13216912 or 7361334. OLE color: 7361334.

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

Color convert

RGB5483112-
CMYK0.520.2600.56
HSL210º34.94%32.55%-
HSV(B)210º51.79%43.92%-
XYZ7.548.1416.5-
YUV77.63147.39111.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=21.69%
G=33.33%
B=44.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54831120.520.2600.5621034.9432.55
Hex365370341A038d22321
Octal6612316064320703224341
Binary1101101010011111000011010011010011100011010010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365370; }

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

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

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

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

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

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

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

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