#37407B

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

Shades of Torea Bay #37407B

Tints of Torea Bay #37407B

Color information

#37407B (or 0x37407B) is unknown color: approx Torea Bay. HEX triplet: 37, 40 and 7B. RGB value is (55,64,123). Sum of RGB (Red+Green+Blue) = 55+64+123=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #37407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37407B is #C8BF84. Grayscale: #434343. Windows color (decimal): -13156229 or 8077367. OLE color: 8077367.

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

Color convert

RGB5564123-
CMYK0.550.4800.52
HSL232.06º38.2%34.9%-
HSV(B)232.06º55.28%48.24%-
XYZ6.985.9119.51-
YUV68.04159.02118.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=22.73%
G=26.45%
B=50.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55641230.550.4800.52232.0638.234.9
Hex37407B3730034e82623
Octal6710017367600643504643
Binary11011110000001111011110111110000011010011101000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37407B; }

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

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

<style>
 a { background-color: #37407B; }

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

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

<style>
 span { border-color: #37407B; }

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

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