#383D65

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

Shades of Bay Of Many #383D65

Tints of Bay Of Many #383D65

Color information

#383D65 (or 0x383D65) is unknown color: approx Bay Of Many. HEX triplet: 38, 3D and 65. RGB value is (56,61,101). Sum of RGB (Red+Green+Blue) = 56+61+101=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #383D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D65 is #C7C29A. Grayscale: #3F3F3F. Windows color (decimal): -13091483 or 6634808. OLE color: 6634808.

HSL color Cylindrical-coordinate representation of color #383D65: hue angle of 233.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #383D65 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5661101-
CMYK0.450.4000.60
HSL233.33º28.66%30.78%-
HSV(B)233.33º44.55%39.61%-
XYZ5.655.1213-
YUV64.06148.84122.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 101 (39.84% from 255) = 46.33%
R=25.69%
G=27.98%
B=46.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56611010.450.4000.60233.3328.6630.78
Hex383D652D2803Ce91d1f
Octal707514555500743513537
Binary11100011110111001011011011010000111100111010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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