#373A58

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

Shades of Bay Of Many #373A58

Tints of Bay Of Many #373A58

Color information

#373A58 (or 0x373A58) is unknown color: approx Bay Of Many. HEX triplet: 37, 3A and 58. RGB value is (55,58,88). Sum of RGB (Red+Green+Blue) = 55+58+88=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #373A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A58 is #C8C5A7. Grayscale: #3C3C3C. Windows color (decimal): -13157800 or 5782071. OLE color: 5782071.

HSL color Cylindrical-coordinate representation of color #373A58: hue angle of 234.55º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #373A58 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB555888-
CMYK0.380.3400.65
HSL234.55º23.08%28.04%-
HSV(B)234.55º37.5%34.51%-
XYZ4.854.549.85-
YUV60.52143.51124.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 58 (23.05% from 255) = 28.86%
BLUE value IS 88 (34.77% from 255) = 43.78%
R=27.36%
G=28.86%
B=43.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5558880.380.3400.65234.5523.0828.04
Hex373A582622041eb171c
Octal6772130464201013532734
Binary110111111010101100010011010001001000001111010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,58,88); }

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

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

 a { background-color: rgb(55,58,88); }

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

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

 span { border-color: rgb(55,58,88); }

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