Html Css Color HEX #373A5B Bay Of Many

📋 copy color: '#373A5B'

red 55 ◦ green 58 ◦ blue 91

#373A5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Of Many #373A5B

Tints of Bay Of Many #373A5B

RGB

 RED value IS 55 (21.88% from 255) = 26.96%

 GREEN value IS 58 (23.05% from 255) = 28.43%

 BLUE value IS 91 (35.94% from 255) = 44.61%

R = 26.96%
G = 28.43%
B = 44.61%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#373A5B (or 0x373A5B) is known color: Bay Of Many. HEX triplet: 37, 3A and 5B. RGB value is (55,58,91). Sum of RGB (Red+Green+Blue) = 55+58+91=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #373A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A5B is #C8C5A4. Grayscale: #3C3C3C. Windows color (decimal): -13157797 or 5978679. OLE color: 5978679.

HSL color Cylindrical-coordinate representation of color #373A5B: hue angle of 235º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #373A5B is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 58 91 -
CMYK 0.40 0.36 0 0.64
HSL 235º 0.25% 0.29% -
HSV(B) 235º 0.4% 0.36% -
XYZ 4.98 4.59 10.52 -
YUV 60.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 55 58 91 0.40 0.36 0 0.64 235 0.25 0.29
Hex 37 3A 5B 28 24 0 40 EB 19 1D
Octal 67 72 133 50 44 0 100 353 31 35
Binary 110111 111010 1011011 101000 100100 0 1000000 11101011 11001 11101

Color Harmonies of #373A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A5B

Black with #373A5B

Text Example


Text Example

White with #373A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #373A5B;
 }
 .AnyTagClassName
 {
   color: #373A5B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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