#37417B

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

Shades of Torea Bay #37417B

Tints of Torea Bay #37417B

Color information

#37417B (or 0x37417B) is unknown color: approx Torea Bay. HEX triplet: 37, 41 and 7B. RGB value is (55,65,123). Sum of RGB (Red+Green+Blue) = 55+65+123=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #37417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37417B is #C8BE84. Grayscale: #444444. Windows color (decimal): -13155973 or 8077623. OLE color: 8077623.

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

Color convert

RGB5565123-
CMYK0.550.4700.52
HSL231.18º38.2%34.9%-
HSV(B)231.18º55.28%48.24%-
XYZ7.046.0219.53-
YUV68.62158.69118.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=22.63%
G=26.75%
B=50.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55651230.550.4700.52231.1838.234.9
Hex37417B372F034e72623
Octal6710117367570643474643
Binary11011110000011111011110111101111011010011100111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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