#383E60

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

Shades of Bay Of Many #383E60

Tints of Bay Of Many #383E60

Color information

#383E60 (or 0x383E60) is unknown color: approx Bay Of Many. HEX triplet: 38, 3E and 60. RGB value is (56,62,96). Sum of RGB (Red+Green+Blue) = 56+62+96=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #383E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E60 is #C7C19F. Grayscale: #3F3F3F. Windows color (decimal): -13091232 or 6307384. OLE color: 6307384.

HSL color Cylindrical-coordinate representation of color #383E60: hue angle of 231º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #383E60 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB566296-
CMYK0.420.3500.62
HSL231º26.32%29.8%-
HSV(B)231º41.67%37.65%-
XYZ5.465.1311.77-
YUV64.08146.01122.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 62 (24.61% from 255) = 28.97%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=26.17%
G=28.97%
B=44.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5662960.420.3500.6223126.3229.8
Hex383E602A2303Ee71a1e
Octal707614052430763473236
Binary11100011111011000001010101000110111110111001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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