#374163

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

Shades of Bay Of Many #374163

Tints of Bay Of Many #374163

Color information

#374163 (or 0x374163) is unknown color: approx Bay Of Many. HEX triplet: 37, 41 and 63. RGB value is (55,65,99). Sum of RGB (Red+Green+Blue) = 55+65+99=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #374163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374163 is #C8BE9C. Grayscale: #414141. Windows color (decimal): -13155997 or 6504759. OLE color: 6504759.

HSL color Cylindrical-coordinate representation of color #374163: hue angle of 226.36º 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 #374163 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB556599-
CMYK0.440.3400.61
HSL226.36º28.57%30.2%-
HSV(B)226.36º44.44%38.82%-
XYZ5.725.4912.56-
YUV65.89146.69120.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=25.11%
G=29.68%
B=45.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5565990.440.3400.61226.3628.5730.2
Hex3741632C2203De21d1e
Octal6710114354420753423536
Binary110111100000111000111011001000100111101111000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374163; }

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

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

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

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

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

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

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

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