#37536E

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

Shades of Venice Blue #37536E

Tints of Venice Blue #37536E

Color information

#37536E (or 0x37536E) is unknown color: approx Venice Blue. HEX triplet: 37, 53 and 6E. RGB value is (55,83,110). Sum of RGB (Red+Green+Blue) = 55+83+110=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #37536E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37536E is #C8AC91. Grayscale: #4D4D4D. Windows color (decimal): -13151378 or 7230263. OLE color: 7230263.

HSL color Cylindrical-coordinate representation of color #37536E: hue angle of 209.45º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37536E is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5583110-
CMYK0.50.2500.57
HSL209.45º33.33%32.35%-
HSV(B)209.45º50%43.14%-
XYZ7.488.1215.93-
YUV77.71146.22111.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.18%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=22.18%
G=33.47%
B=44.35%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55831100.50.2500.57209.4533.3332.35
Hex37536E3219039d12120
Octal6712315662310713214140
Binary1101111010011110111011001011001011100111010001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37536E; }

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

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

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

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

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

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

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

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