#373F7B

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

Shades of Torea Bay #373F7B

Tints of Torea Bay #373F7B

Color information

#373F7B (or 0x373F7B) is unknown color: approx Torea Bay. HEX triplet: 37, 3F and 7B. RGB value is (55,63,123). Sum of RGB (Red+Green+Blue) = 55+63+123=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #373F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F7B is #C8C084. Grayscale: #434343. Windows color (decimal): -13156485 or 8077111. OLE color: 8077111.

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

Color convert

RGB5563123-
CMYK0.550.4900.52
HSL232.94º38.2%34.9%-
HSV(B)232.94º55.28%48.24%-
XYZ6.935.819.49-
YUV67.45159.35119.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=22.82%
G=26.14%
B=51.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55631230.550.4900.52232.9438.234.9
Hex373F7B3731034e92623
Octal677717367610643514643
Binary1101111111111111011110111110001011010011101001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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