#383F5D

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

Shades of Bay Of Many #383F5D

Tints of Bay Of Many #383F5D

Color information

#383F5D (or 0x383F5D) is unknown color: approx Bay Of Many. HEX triplet: 38, 3F and 5D. RGB value is (56,63,93). Sum of RGB (Red+Green+Blue) = 56+63+93=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #383F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F5D is #C7C0A2. Grayscale: #404040. Windows color (decimal): -13090979 or 6111032. OLE color: 6111032.

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

Color convert

RGB566393-
CMYK0.400.3200.64
HSL228.65º24.83%29.22%-
HSV(B)228.65º39.78%36.47%-
XYZ5.385.1911.07-
YUV64.33144.18122.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=26.42%
G=29.72%
B=43.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5663930.400.3200.64228.6524.8329.22
Hex383F5D2820040e5191d
Octal7077135504001003453135
Binary111000111111101110110100010000001000000111001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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