#383D6E

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

Shades of Torea Bay #383D6E

Tints of Torea Bay #383D6E

Color information

#383D6E (or 0x383D6E) is unknown color: approx Torea Bay. HEX triplet: 38, 3D and 6E. RGB value is (56,61,110). Sum of RGB (Red+Green+Blue) = 56+61+110=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #383D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D6E is #C7C291. Grayscale: #404040. Windows color (decimal): -13091474 or 7224632. OLE color: 7224632.

HSL color Cylindrical-coordinate representation of color #383D6E: hue angle of 234.44º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #383D6E is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5661110-
CMYK0.490.4500.57
HSL234.44º32.53%32.55%-
HSV(B)234.44º49.09%43.14%-
XYZ6.115.315.45-
YUV65.09153.34121.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 110 (43.36% from 255) = 48.46%
R=24.67%
G=26.87%
B=48.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56611100.490.4500.57234.4432.5332.55
Hex383D6E312D039ea2121
Octal707515661550713524141
Binary1110001111011101110110001101101011100111101010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,61,110); }

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

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

 a { background-color: rgb(56,61,110); }

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

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

 span { border-color: rgb(56,61,110); }

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