#373773

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

Shades of Torea Bay #373773

Tints of Torea Bay #373773

Color information

#373773 (or 0x373773) is unknown color: approx Torea Bay. HEX triplet: 37, 37 and 73. RGB value is (55,55,115). Sum of RGB (Red+Green+Blue) = 55+55+115=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #373773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373773 is #C8C88C. Grayscale: #3D3D3D. Windows color (decimal): -13158541 or 7550775. OLE color: 7550775.

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

Color convert

RGB5555115-
CMYK0.520.5200.55
HSL240º35.29%33.33%-
HSV(B)240º52.17%45.1%-
XYZ6.044.7816.82-
YUV61.84158123.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 55 (21.88% from 255) = 24.44%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=24.44%
G=24.44%
B=51.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55551150.520.5200.5524035.2933.33
Hex3737733434037f02321
Octal676716364640673604341
Binary1101111101111110011110100110100011011111110000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373773; }

 p { color: rgb(55,55,115); }

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

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

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

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

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

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

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