#383B56

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

Shades of Bay Of Many #383B56

Tints of Bay Of Many #383B56

Color information

#383B56 (or 0x383B56) is unknown color: approx Bay Of Many. HEX triplet: 38, 3B and 56. RGB value is (56,59,86). Sum of RGB (Red+Green+Blue) = 56+59+86=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 86 - color contains mainly: blue. Hex color #383B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B56 is #C7C4A9. Grayscale: #3D3D3D. Windows color (decimal): -13092010 or 5651256. OLE color: 5651256.

HSL color Cylindrical-coordinate representation of color #383B56: hue angle of 234º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #383B56 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB565986-
CMYK0.350.3100.66
HSL234º21.13%27.84%-
HSV(B)234º34.88%33.73%-
XYZ4.874.649.44-
YUV61.18142.01124.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 59 (23.44% from 255) = 29.35%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=27.86%
G=29.35%
B=42.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5659860.350.3100.6623421.1327.84
Hex383B56231F042ea151c
Octal7073126433701023522534
Binary11100011101110101101000111111101000010111010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,59,86); }

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

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

 a { background-color: rgb(56,59,86); }

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

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

 span { border-color: rgb(56,59,86); }

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