#383C5D

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

Shades of Bay Of Many #383C5D

Tints of Bay Of Many #383C5D

Color information

#383C5D (or 0x383C5D) is unknown color: approx Bay Of Many. HEX triplet: 38, 3C and 5D. RGB value is (56,60,93). Sum of RGB (Red+Green+Blue) = 56+60+93=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #383C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C5D is #C7C3A2. Grayscale: #3E3E3E. Windows color (decimal): -13091747 or 6110264. OLE color: 6110264.

HSL color Cylindrical-coordinate representation of color #383C5D: hue angle of 233.51º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #383C5D is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB566093-
CMYK0.400.3500.64
HSL233.51º24.83%29.22%-
HSV(B)233.51º39.78%36.47%-
XYZ5.224.8611.02-
YUV62.57145.17123.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=26.79%
G=28.71%
B=44.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5660930.400.3500.64233.5124.8329.22
Hex383C5D2823040ea191d
Octal7074135504301003523135
Binary111000111100101110110100010001101000000111010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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