#373D7A

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

Shades of Torea Bay #373D7A

Tints of Torea Bay #373D7A

Color information

#373D7A (or 0x373D7A) is unknown color: approx Torea Bay. HEX triplet: 37, 3D and 7A. RGB value is (55,61,122). Sum of RGB (Red+Green+Blue) = 55+61+122=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #373D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D7A is #C8C285. Grayscale: #414141. Windows color (decimal): -13156998 or 8011063. OLE color: 8011063.

HSL color Cylindrical-coordinate representation of color #373D7A: hue angle of 234.63º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #373D7A is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5561122-
CMYK0.550.5000.52
HSL234.63º37.85%34.71%-
HSV(B)234.63º54.92%47.84%-
XYZ6.765.5519.13-
YUV66.16159.51120.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 61 (24.22% from 255) = 25.63%
BLUE value IS 122 (48.05% from 255) = 51.26%
R=23.11%
G=25.63%
B=51.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55611220.550.5000.52234.6337.8534.71
Hex373D7A3732034eb2623
Octal677517267620643534643
Binary1101111111011111010110111110010011010011101011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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