#384177

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

Shades of Torea Bay #384177

Tints of Torea Bay #384177

Color information

#384177 (or 0x384177) is unknown color: approx Torea Bay. HEX triplet: 38, 41 and 77. RGB value is (56,65,119). Sum of RGB (Red+Green+Blue) = 56+65+119=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #384177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384177 is #C7BE88. Grayscale: #444444. Windows color (decimal): -13090441 or 7815480. OLE color: 7815480.

HSL color Cylindrical-coordinate representation of color #384177: hue angle of 231.43º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384177 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5665119-
CMYK0.530.4500.53
HSL231.43º36%34.31%-
HSV(B)231.43º52.94%46.67%-
XYZ6.855.9518.24-
YUV68.46156.52119.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=23.33%
G=27.08%
B=49.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56651190.530.4500.53231.433634.31
Hex384177352D035e72422
Octal7010116765550653474442
Binary11100010000011110111110101101101011010111100111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384177; }

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

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

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

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

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

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

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

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