#375670

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

Shades of Venice Blue #375670

Tints of Venice Blue #375670

Color information

#375670 (or 0x375670) is unknown color: approx Venice Blue. HEX triplet: 37, 56 and 70. RGB value is (55,86,112). Sum of RGB (Red+Green+Blue) = 55+86+112=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #375670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375670 is #C8A98F. Grayscale: #4F4F4F. Windows color (decimal): -13150608 or 7362103. OLE color: 7362103.

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

Color convert

RGB5586112-
CMYK0.510.2300.56
HSL207.37º34.13%32.75%-
HSV(B)207.37º50.89%43.92%-
XYZ7.838.6416.58-
YUV79.69146.23110.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=21.74%
G=33.99%
B=44.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55861120.510.2300.56207.3734.1332.75
Hex3756703317038cf2221
Octal6712616063270703174241
Binary1101111010110111000011001110111011100011001111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375670; }

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

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

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

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

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

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

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

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