#384172

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

Shades of Torea Bay #384172

Tints of Torea Bay #384172

Color information

#384172 (or 0x384172) is unknown color: approx Torea Bay. HEX triplet: 38, 41 and 72. RGB value is (56,65,114). Sum of RGB (Red+Green+Blue) = 56+65+114=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #384172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384172 is #C7BE8D. Grayscale: #434343. Windows color (decimal): -13090446 or 7487800. OLE color: 7487800.

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

Color convert

RGB5665114-
CMYK0.510.4300.55
HSL230.69º34.12%33.33%-
HSV(B)230.69º50.88%44.71%-
XYZ6.565.8416.7-
YUV67.9154.02119.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=23.83%
G=27.66%
B=48.51%

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
Decimal56651140.510.4300.55230.6934.1233.33
Hex384172332B037e72221
Octal7010116263530673474241
Binary11100010000011110010110011101011011011111100111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384172; }

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

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

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

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

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

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

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

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