#384276

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

Shades of Torea Bay #384276

Tints of Torea Bay #384276

Color information

#384276 (or 0x384276) is unknown color: approx Torea Bay. HEX triplet: 38, 42 and 76. RGB value is (56,66,118). Sum of RGB (Red+Green+Blue) = 56+66+118=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #384276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384276 is #C7BD89. Grayscale: #444444. Windows color (decimal): -13090186 or 7750200. OLE color: 7750200.

HSL color Cylindrical-coordinate representation of color #384276: hue angle of 230.32º 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 #384276 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5666118-
CMYK0.530.4400.54
HSL230.32º35.63%34.12%-
HSV(B)230.32º52.54%46.27%-
XYZ6.856.0517.95-
YUV68.94155.69118.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=23.33%
G=27.5%
B=49.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56661180.530.4400.54230.3235.6334.12
Hex384276352C036e62422
Octal7010216665540663464442
Binary11100010000101110110110101101100011011011100110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384276; }

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

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

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

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

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

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

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

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