#375370

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

Shades of Venice Blue #375370

Tints of Venice Blue #375370

Color information

#375370 (or 0x375370) is unknown color: approx Venice Blue. HEX triplet: 37, 53 and 70. RGB value is (55,83,112). Sum of RGB (Red+Green+Blue) = 55+83+112=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #375370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375370 is #C8AC8F. Grayscale: #4D4D4D. Windows color (decimal): -13151376 or 7361335. OLE color: 7361335.

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

Color convert

RGB5583112-
CMYK0.510.2600.56
HSL210.53º34.13%32.75%-
HSV(B)210.53º50.89%43.92%-
XYZ7.598.1716.51-
YUV77.93147.22111.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=22%
G=33.2%
B=44.8%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55831120.510.2600.56210.5334.1332.75
Hex375370331A038d32221
Octal6712316063320703234241
Binary1101111010011111000011001111010011100011010011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375370; }

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

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

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

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

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

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

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

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