#383C76

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

Shades of Torea Bay #383C76

Tints of Torea Bay #383C76

Color information

#383C76 (or 0x383C76) is unknown color: approx Torea Bay. HEX triplet: 38, 3C and 76. RGB value is (56,60,118). Sum of RGB (Red+Green+Blue) = 56+60+118=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #383C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C76 is #C7C389. Grayscale: #414141. Windows color (decimal): -13091722 or 7748664. OLE color: 7748664.

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

Color convert

RGB5660118-
CMYK0.530.4900.54
HSL236.13º35.63%34.12%-
HSV(B)236.13º52.54%46.27%-
XYZ6.525.3817.83-
YUV65.42157.67121.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 60 (23.83% from 255) = 25.64%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=23.93%
G=25.64%
B=50.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56601180.530.4900.54236.1335.6334.12
Hex383C763531036ec2422
Octal707416665610663544442
Binary1110001111001110110110101110001011011011101100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383C76; }

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

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

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

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

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

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

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

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