#383E5B

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

Shades of Bay Of Many #383E5B

Tints of Bay Of Many #383E5B

Color information

#383E5B (or 0x383E5B) is unknown color: approx Bay Of Many. HEX triplet: 38, 3E and 5B. RGB value is (56,62,91). Sum of RGB (Red+Green+Blue) = 56+62+91=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #383E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E5B is #C7C1A4. Grayscale: #3F3F3F. Windows color (decimal): -13091237 or 5979704. OLE color: 5979704.

HSL color Cylindrical-coordinate representation of color #383E5B: hue angle of 229.71º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383E5B is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB566291-
CMYK0.380.3200.64
HSL229.71º23.81%28.82%-
HSV(B)229.71º38.46%35.69%-
XYZ5.245.0410.59-
YUV63.51143.51122.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=26.79%
G=29.67%
B=43.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5662910.380.3200.64229.7123.8128.82
Hex383E5B2620040e6181d
Octal7076133464001003463035
Binary111000111110101101110011010000001000000111001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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