#383E5D

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

Shades of Bay Of Many #383E5D

Tints of Bay Of Many #383E5D

Color information

#383E5D (or 0x383E5D) is unknown color: approx Bay Of Many. HEX triplet: 38, 3E and 5D. RGB value is (56,62,93). Sum of RGB (Red+Green+Blue) = 56+62+93=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #383E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E5D is #C7C1A2. Grayscale: #3F3F3F. Windows color (decimal): -13091235 or 6110776. OLE color: 6110776.

HSL color Cylindrical-coordinate representation of color #383E5D: hue angle of 230.27º 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 #383E5D is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB566293-
CMYK0.400.3300.64
HSL230.27º24.83%29.22%-
HSV(B)230.27º39.78%36.47%-
XYZ5.335.0811.05-
YUV63.74144.51122.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=26.54%
G=29.38%
B=44.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5662930.400.3300.64230.2724.8329.22
Hex383E5D2821040e6191d
Octal7076135504101003463135
Binary111000111110101110110100010000101000000111001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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