#384173

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

Shades of Torea Bay #384173

Tints of Torea Bay #384173

Color information

#384173 (or 0x384173) is unknown color: approx Torea Bay. HEX triplet: 38, 41 and 73. RGB value is (56,65,115). Sum of RGB (Red+Green+Blue) = 56+65+115=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #384173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384173 is #C7BE8C. Grayscale: #434343. Windows color (decimal): -13090445 or 7553336. OLE color: 7553336.

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

Color convert

RGB5665115-
CMYK0.510.4300.55
HSL230.85º34.5%33.53%-
HSV(B)230.85º51.3%45.1%-
XYZ6.625.8617-
YUV68.01154.52119.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=23.73%
G=27.54%
B=48.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56651150.510.4300.55230.8534.533.53
Hex384173332B037e72322
Octal7010116363530673474342
Binary11100010000011110011110011101011011011111100111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384173; }

 p { color: rgb(56,65,115); }

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

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

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

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

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

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

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