#373D63

Color #373D63 Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #373D63

Tints of Bay Of Many #373D63

Color information

#373D63 (or 0x373D63) is unknown color: approx Bay Of Many. HEX triplet: 37, 3D and 63. RGB value is (55,61,99). Sum of RGB (Red+Green+Blue) = 55+61+99=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #373D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D63 is #C8C29C. Grayscale: #3F3F3F. Windows color (decimal): -13157021 or 6503735. OLE color: 6503735.

HSL color Cylindrical-coordinate representation of color #373D63: hue angle of 231.82º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #373D63 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB556199-
CMYK0.440.3800.61
HSL231.82º28.57%30.2%-
HSV(B)231.82º44.44%38.82%-
XYZ5.55.0512.49-
YUV63.54148.01121.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 61 (24.22% from 255) = 28.37%
BLUE value IS 99 (39.06% from 255) = 46.05%
R=25.58%
G=28.37%
B=46.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5561990.440.3800.61231.8228.5730.2
Hex373D632C2603De81d1e
Octal677514354460753503536
Binary11011111110111000111011001001100111101111010001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373D63; }

 p { color: rgb(55,61,99); }

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

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

 a { background-color: rgb(55,61,99); }

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

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

 span { border-color: rgb(55,61,99); }

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