#383C71

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

Shades of Torea Bay #383C71

Tints of Torea Bay #383C71

Color information

#383C71 (or 0x383C71) is unknown color: approx Torea Bay. HEX triplet: 38, 3C and 71. RGB value is (56,60,113). Sum of RGB (Red+Green+Blue) = 56+60+113=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #383C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C71 is #C7C38E. Grayscale: #404040. Windows color (decimal): -13091727 or 7420984. OLE color: 7420984.

HSL color Cylindrical-coordinate representation of color #383C71: hue angle of 235.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #383C71 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5660113-
CMYK0.500.4700.56
HSL235.79º33.73%33.14%-
HSV(B)235.79º50.44%44.31%-
XYZ6.235.2616.31-
YUV64.85155.17121.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 60 (23.83% from 255) = 26.20%
BLUE value IS 113 (44.53% from 255) = 49.34%
R=24.45%
G=26.20%
B=49.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56601130.500.4700.56235.7933.7333.14
Hex383C71322F038ec2221
Octal707416162570703544241
Binary1110001111001110001110010101111011100011101100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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