#383E61

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

Shades of Bay Of Many #383E61

Tints of Bay Of Many #383E61

Color information

#383E61 (or 0x383E61) is unknown color: approx Bay Of Many. HEX triplet: 38, 3E and 61. RGB value is (56,62,97). Sum of RGB (Red+Green+Blue) = 56+62+97=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #383E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E61 is #C7C19E. Grayscale: #404040. Windows color (decimal): -13091231 or 6372920. OLE color: 6372920.

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

Color convert

RGB566297-
CMYK0.420.3600.62
HSL231.22º26.8%30%-
HSV(B)231.22º42.27%38.04%-
XYZ5.515.1512.01-
YUV64.2146.51122.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 62 (24.61% from 255) = 28.84%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=26.05%
G=28.84%
B=45.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5662970.420.3600.62231.2226.830
Hex383E612A2403Ee71b1e
Octal707614152440763473336
Binary11100011111011000011010101001000111110111001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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