#383D61

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

Shades of Bay Of Many #383D61

Tints of Bay Of Many #383D61

Color information

#383D61 (or 0x383D61) is unknown color: approx Bay Of Many. HEX triplet: 38, 3D and 61. RGB value is (56,61,97). Sum of RGB (Red+Green+Blue) = 56+61+97=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #383D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D61 is #C7C29E. Grayscale: #3F3F3F. Windows color (decimal): -13091487 or 6372664. OLE color: 6372664.

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

Color convert

RGB566197-
CMYK0.420.3700.62
HSL232.68º26.8%30%-
HSV(B)232.68º42.27%38.04%-
XYZ5.465.0411.99-
YUV63.61146.84122.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 61 (24.22% from 255) = 28.50%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=26.17%
G=28.50%
B=45.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5661970.420.3700.62232.6826.830
Hex383D612A2503Ee91b1e
Octal707514152450763513336
Binary11100011110111000011010101001010111110111010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,61,97); }

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

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

 a { background-color: rgb(56,61,97); }

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

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

 span { border-color: rgb(56,61,97); }

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