#373872

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

Shades of Torea Bay #373872

Tints of Torea Bay #373872

Color information

#373872 (or 0x373872) is unknown color: approx Torea Bay. HEX triplet: 37, 38 and 72. RGB value is (55,56,114). Sum of RGB (Red+Green+Blue) = 55+56+114=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #373872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373872 is #C8C78D. Grayscale: #3E3E3E. Windows color (decimal): -13158286 or 7485495. OLE color: 7485495.

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

Color convert

RGB5556114-
CMYK0.520.5100.55
HSL238.98º34.91%33.14%-
HSV(B)238.98º51.75%44.71%-
XYZ6.034.8616.54-
YUV62.31157.17122.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=24.44%
G=24.89%
B=50.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55561140.520.5100.55238.9834.9133.14
Hex3738723433037ef2321
Octal677016264630673574341
Binary1101111110001110010110100110011011011111101111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373872; }

 p { color: rgb(55,56,114); }

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

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

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

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

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

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

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