#383C5F

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

Shades of Bay Of Many #383C5F

Tints of Bay Of Many #383C5F

Color information

#383C5F (or 0x383C5F) is unknown color: approx Bay Of Many. HEX triplet: 38, 3C and 5F. RGB value is (56,60,95). Sum of RGB (Red+Green+Blue) = 56+60+95=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #383C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C5F is #C7C3A0. Grayscale: #3E3E3E. Windows color (decimal): -13091745 or 6241336. OLE color: 6241336.

HSL color Cylindrical-coordinate representation of color #383C5F: hue angle of 233.85º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #383C5F is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB566095-
CMYK0.410.3700.63
HSL233.85º25.83%29.61%-
HSV(B)233.85º41.05%37.25%-
XYZ5.314.911.49-
YUV62.79146.17123.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 60 (23.83% from 255) = 28.44%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=26.54%
G=28.44%
B=45.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5660950.410.3700.63233.8525.8329.61
Hex383C5F292503Fea1a1e
Octal707413751450773523236
Binary11100011110010111111010011001010111111111010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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