#384363

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

Shades of Bay Of Many #384363

Tints of Bay Of Many #384363

Color information

#384363 (or 0x384363) is unknown color: approx Bay Of Many. HEX triplet: 38, 43 and 63. RGB value is (56,67,99). Sum of RGB (Red+Green+Blue) = 56+67+99=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #384363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384363 is #C7BC9C. Grayscale: #434343. Windows color (decimal): -13089949 or 6505272. OLE color: 6505272.

HSL color Cylindrical-coordinate representation of color #384363: hue angle of 224.65º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #384363 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB566799-
CMYK0.430.3200.61
HSL224.65º27.74%30.39%-
HSV(B)224.65º43.43%38.82%-
XYZ5.895.7612.6-
YUV67.36145.86119.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=25.23%
G=30.18%
B=44.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5667990.430.3200.61224.6527.7430.39
Hex3843632B2003De11c1e
Octal7010314353400753413436
Binary111000100001111000111010111000000111101111000011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384363; }

 p { color: rgb(56,67,99); }

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

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

 a { background-color: rgb(56,67,99); }

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

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

 span { border-color: rgb(56,67,99); }

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