#373D75

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

Shades of Torea Bay #373D75

Tints of Torea Bay #373D75

Color information

#373D75 (or 0x373D75) is unknown color: approx Torea Bay. HEX triplet: 37, 3D and 75. RGB value is (55,61,117). Sum of RGB (Red+Green+Blue) = 55+61+117=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #373D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D75 is #C8C28A. Grayscale: #414141. Windows color (decimal): -13157003 or 7683383. OLE color: 7683383.

HSL color Cylindrical-coordinate representation of color #373D75: hue angle of 234.19º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #373D75 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5561117-
CMYK0.530.4800.54
HSL234.19º36.05%33.73%-
HSV(B)234.19º52.99%45.88%-
XYZ6.465.4317.54-
YUV65.59157.01120.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 61 (24.22% from 255) = 26.18%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=23.61%
G=26.18%
B=50.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55611170.530.4800.54234.1936.0533.73
Hex373D753530036ea2422
Octal677516565600663524442
Binary1101111111011110101110101110000011011011101010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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