#383B60

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

Shades of Bay Of Many #383B60

Tints of Bay Of Many #383B60

Color information

#383B60 (or 0x383B60) is unknown color: approx Bay Of Many. HEX triplet: 38, 3B and 60. RGB value is (56,59,96). Sum of RGB (Red+Green+Blue) = 56+59+96=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #383B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B60 is #C7C49F. Grayscale: #3E3E3E. Windows color (decimal): -13092000 or 6306616. OLE color: 6306616.

HSL color Cylindrical-coordinate representation of color #383B60: hue angle of 235.5º 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 #383B60 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB565996-
CMYK0.420.3900.62
HSL235.5º26.32%29.8%-
HSV(B)235.5º41.67%37.65%-
XYZ5.314.8111.72-
YUV62.32147.01123.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 59 (23.44% from 255) = 27.96%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=26.54%
G=27.96%
B=45.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5659960.420.3900.62235.526.3229.8
Hex383B602A2703Eec1a1e
Octal707314052470763543236
Binary11100011101111000001010101001110111110111011001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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