#384076

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

Shades of Torea Bay #384076

Tints of Torea Bay #384076

Color information

#384076 (or 0x384076) is unknown color: approx Torea Bay. HEX triplet: 38, 40 and 76. RGB value is (56,64,118). Sum of RGB (Red+Green+Blue) = 56+64+118=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #384076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384076 is #C7BF89. Grayscale: #434343. Windows color (decimal): -13090698 or 7749688. OLE color: 7749688.

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

Color convert

RGB5664118-
CMYK0.530.4600.54
HSL232.26º35.63%34.12%-
HSV(B)232.26º52.54%46.27%-
XYZ6.735.8217.91-
YUV67.76156.35119.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 118 (46.48% from 255) = 49.58%
R=23.53%
G=26.89%
B=49.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56641180.530.4600.54232.2635.6334.12
Hex384076352E036e82422
Octal7010016665560663504442
Binary11100010000001110110110101101110011011011101000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384076; }

 p { color: rgb(56,64,118); }

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

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

 a { background-color: rgb(56,64,118); }

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

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

 span { border-color: rgb(56,64,118); }

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