#373D7B

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

Shades of Torea Bay #373D7B

Tints of Torea Bay #373D7B

Color information

#373D7B (or 0x373D7B) is unknown color: approx Torea Bay. HEX triplet: 37, 3D and 7B. RGB value is (55,61,123). Sum of RGB (Red+Green+Blue) = 55+61+123=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #373D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D7B is #C8C284. Grayscale: #424242. Windows color (decimal): -13156997 or 8076599. OLE color: 8076599.

HSL color Cylindrical-coordinate representation of color #373D7B: hue angle of 234.71º 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 #373D7B is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5561123-
CMYK0.550.5000.52
HSL234.71º38.2%34.9%-
HSV(B)234.71º55.28%48.24%-
XYZ6.825.5819.46-
YUV66.27160.01119.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 61 (24.22% from 255) = 25.52%
BLUE value IS 123 (48.44% from 255) = 51.46%
R=23.01%
G=25.52%
B=51.46%

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
Decimal55611230.550.5000.52234.7138.234.9
Hex373D7B3732034eb2623
Octal677517367620643534643
Binary1101111111011111011110111110010011010011101011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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