#383C6F

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

Shades of Torea Bay #383C6F

Tints of Torea Bay #383C6F

Color information

#383C6F (or 0x383C6F) is unknown color: approx Torea Bay. HEX triplet: 38, 3C and 6F. RGB value is (56,60,111). Sum of RGB (Red+Green+Blue) = 56+60+111=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #383C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C6F is #C7C390. Grayscale: #404040. Windows color (decimal): -13091729 or 7289912. OLE color: 7289912.

HSL color Cylindrical-coordinate representation of color #383C6F: hue angle of 235.64º degrees, saturation: 0.33, 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 #383C6F is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5660111-
CMYK0.500.4600.56
HSL235.64º32.93%32.75%-
HSV(B)235.64º49.55%43.53%-
XYZ6.125.2215.72-
YUV64.62154.17121.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=24.67%
G=26.43%
B=48.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56601110.500.4600.56235.6432.9332.75
Hex383C6F322E038ec2121
Octal707415762560703544141
Binary1110001111001101111110010101110011100011101100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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