#384063

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

Shades of Bay Of Many #384063

Tints of Bay Of Many #384063

Color information

#384063 (or 0x384063) is unknown color: approx Bay Of Many. HEX triplet: 38, 40 and 63. RGB value is (56,64,99). Sum of RGB (Red+Green+Blue) = 56+64+99=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #384063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384063 is #C7BF9C. Grayscale: #414141. Windows color (decimal): -13090717 or 6504504. OLE color: 6504504.

HSL color Cylindrical-coordinate representation of color #384063: hue angle of 228.84º 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 #384063 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB566499-
CMYK0.430.3500.61
HSL228.84º27.74%30.39%-
HSV(B)228.84º43.43%38.82%-
XYZ5.725.4112.55-
YUV65.6146.85121.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=25.57%
G=29.22%
B=45.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5664990.430.3500.61228.8427.7430.39
Hex3840632B2303De51c1e
Octal7010014353430753453436
Binary111000100000011000111010111000110111101111001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384063; }

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

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

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

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

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

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

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

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